Extended Profile is used to store additional user information that is not part of the core profile. This endpoint is designed to be used for retrieving the user's Extended Profile. The body can be any valid JSON.
OK
Bad Request. Returned if the appId is invalid.
Unauthorized. Returned if no valid session was provided.
Not Found. Returned if the appId is not found.
{- "first_name": "John",
- "last_name": "Doe",
- "user_details": {
- "email_address": "john.doe@zuora.com",
- "employment": {
- "company": "Zuora",
- "job_title": "Software Engineer"
}, - "consent_prefs": {
- "email": false,
- "sms": true
}, - "interests": [
- "Reading",
- "Coding",
- "Hiking"
]
}
}