v1

latestOpenAPI 3.0.02026-07-14198572488.4 KB
Account Users

Get information about a specific user in your account.

Get information about a user in your account by user_id

get/v1/users/{user_id}

Path parameters

user_idstring uuid required

Response

OK

successboolean

whether the request succeeded

errorsstring[]
messagesstring[] nullable

Example response

{
  "success": true,
  "errors": [],
  "messages": []
}