Update an end user

Update a specific end user by id

Path parameters

end_user_idstringRequiredformat: "id"

The Ada end_user_id

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
profileobjectRequired
The end user's profile information

Response

OK
end_user_idstring or null

The unique Ada-generated id for the end user

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

Errors