Skip to main content

AccountRolesReply

errorstring

The error message if the request was unsuccessful

error_codestring

The error code if the request was unsuccessful

object_roles object

A map of object IDs to the roles the subject has for each object ID

property name* string[]

A map of object IDs to the roles the subject has for each object ID

  • Array [
  • string

    A map of object IDs to the roles the subject has for each object ID

  • ]
  • rolesstring[]

    @deprecated use ObjectRoles instead. A list of roles the subject has for the specified object

    successboolean

    Whether or not the request was successful or not

    unverifiedboolean
    AccountRolesReply
    {
    "error": "string",
    "error_code": "string",
    "object_roles": {},
    "roles": [
    "string"
    ],
    "success": true,
    "unverified": true
    }