v8
OpenAPI 3.1.02026-08-033623795.0 MBAuthorized users
Retrieve authorized user
Retrieves the details of an existing authorized user.
Required permissions:
- company:authorized_user:read
- member:email:read
get/authorized_users/{id}
Path parameters
idstring required
Example:ausr_xxxxxxxxxxxxx
The unique identifier of the authorized user to retrieve.
Response
A successful response
Example response
{
"company": {
"id": "biz_xxxxxxxxxxxxxx",
"title": "Pickaxe"
},
"id": "ausr_xxxxxxxxxxxxx",
"user": {
"email": "john.doe@example.com",
"id": "user_xxxxxxxxxxxxx",
"name": "John Doe",
"username": "johndoe42"
}
}