Get an end user

Get a specific end user by id

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

end_user_idstringRequiredformat: "id"

The Ada end_user_id

Response

OK
end_user_idstring or nullRead-only

The unique Ada-generated id for the end user

profileobject or null
The end user's profile information
created_atstring or nullRead-only
The date and time the end user was created
updated_atstring or nullRead-only
The date and time the end user was updated

Errors