Skip to main content

AccountRolesOrganizationReply

errorstring

The error message if the request was unsuccessful

error_codestring

The error code if the request was unsuccessful

organization_idstring

The ID of the organization the user has roles in

Example: 01J4HMNDSZCCQBTY93BF9CBF5D
rolesstring[]

The roles the user has in the organization, e.g. can_view, can_edit

successboolean

Whether or not the request was successful or not

unverifiedboolean
AccountRolesOrganizationReply
{
"error": "string",
"error_code": "string",
"organization_id": "01J4HMNDSZCCQBTY93BF9CBF5D",
"roles": [
"string"
],
"success": true,
"unverified": true
}