Retrieve Extended User Profiles

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.

SecurityZephrHmacHttp
Request
path Parameters
user_id
required
string

Unique User Identifier

app_id
required
string

Unique App Identifier

Responses
200

OK

400

Bad Request. Thrown when app_id starts with _restricted.

401

Unauthorized. The user is not authorized to fetch the profile.

404

Not Found. The provided user does not exist.

get/v3/users/{user_id}/profile/{app_id}
Response samples
application/json
{
  • "message": "User extended profile"
}