List user profile
Production
https://api.mediaconnect.no/capi
Production
https://api.mediaconnect.no/capi
GET
/v1/user/profile
Profile
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.mediaconnect.no/capi/v1/user/profile'
Response Response Example
200 - Success
{
"uniqueId": "6ba7b8149dad11d180b400c04fd430c8",
"loginCredential": {
"credential": "ola.nordmann@hotmail.no",
"credentialType": "email",
"verificationLevel": "verificationCode"
},
"userCredentials": [
{
"credential": "ola.nordmann@hotmail.no",
"credentialType": "email",
"verificationLevel": "verificationCode"
},
{
"credential": "+4723339100",
"credentialType": "phone",
"verificationLevel": "verificationCode"
}
],
"name": {
"firstName": "Ola",
"lastName": "Nordmann"
},
"phoneNumbers": [
{
"phoneNumber": "+4723339100",
"phoneNumberType": "company"
},
{
"phoneNumber": "+4712345678",
"phoneNumberType": "personal"
}
],
"emails": [
"ola.nordmann@hotmail.no",
"ola.nordmann@company.com"
],
"externalSources": [
"Vipps"
]
}