Authorized 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"
}
}Changes
Changed in 2 of the 74 revisions of this API.2
- ●
added the new
partnerenum value to theresponse property for the response statusresponse-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
added the new
workforceenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
Of the 74 revisions, 1 has no diff computed.