v1
latestOpenAPI 3.0.02026-08-06165119238.1 KBAccount User
Retrieve an account user
Retrieves an account user.
get/v3/accounts/{account_id}/users/{user_id}
Path parameters
account_idstring required
Unique Account identifier
user_idstring required
Unique User identifier
Response
OK
Example response
{
"user_id": "54de866e-dc98-48d6-a2ea-4736a430f273",
"account_id": "e196ad75-a6d0-471b-90b3-de3843dd7860",
"user_type": "user",
"user_email": "user@example.com",
"user_name": "username123"
}