Get a role of this entity user

GET
/entity_users/my_role

Retrieves information of a role assigned to this entity user.

Headers

Auth
AuthorizationstringRequired
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-versionstringRequired

Response

This endpoint returns an object.
idstring

UUID role ID

created_atdatetime

UTC datetime

updated_atdatetime

UTC datetime

namestring

Role name

permissionsobject

Access permissions

status"active" or "deleted"
Allowed values: activedeleted

record status, ‘active’ by default

Errors