{ "role_id": "<string>", "description": "<string>", "permissions": [ { "resource_id": "<string>", "actions": [ "<string>" ] } ] }
The unique identifier of the RBAC Role, provided by the developer and intended to be human-readable.
The stytch_user role_id is predefined by Stytch. Check out the RBAC guide for a more detailed explanation.
stytch_user
role_id
The description of the RBAC Role.
A list of permissions that link a Resource to a list of actions.
Show child attributes