Get a user
GET
/users/{user_id} Retrieves the user identified by the user_id path parameter.
Request
Path parameters
Responses
200OK
Success
Headers
Body
application/json
UserUser · object · 12 fields
Response example
{ "id": "string", "identity": { "type": "CONSUMER", "id": "string" }, "name": "string", "surname": "string", "email": "string", "mobile": { "countryCode": "string", "number": "string" }, "active": true, "dateOfBirth": { "year": 0, "month": 0, "day": 0 }, "tag": "string", "countryOfResidence": "string", "locale": "en-GB", "brand": "string"}