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_id
The Ada end_user_id
Response
OK
end_user_id
The unique Ada-generated id for the end user
external_id
Caller-supplied identifier that links this end user to your own system (for example a CRM contact ID or a phone number). Unique per AI Agent. Null if not set. Maximum 36 characters; values are case-insensitive. Available for custom channel integrations only (V1).
profile
The end user's profile information
created_at
The date and time the end user was created
updated_at
The date and time the end user was updated
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error