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:
01J4HMNDSZCCQBTY93BF9CBF5Drolesstring[]
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
}