v1

latestOpenAPI 3.0.02026-08-06165119238.1 KB
Users

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.

get/v3/users/{user_id}/profile/{app_id}

Path parameters

user_idstring required

Unique User Identifier

app_idstring required

Unique App Identifier

Response

OK

messagestring

Example response

{
  "message": "User extended profile"
}