When a is assigned a role, they are granted permission to perform the actions that role allows. Roles are additive, so Users receive the combined permissions of all roles they are assigned.Documentation Index
Fetch the complete documentation index at: https://stytch.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Explicit role assignment
Explicit role assignment is when you directly assign a role to (or revoke from) a specific User. Once assigned, the User has that role until it is explicitly revoked. You can assign roles when making calls to the following API endpoints: Or manage roles in the Stytch Dashboard.Example: assign a role via Update User
Consumer RBAC supports explicit role assignment. If you need rule-based or attribute-based assignment, implement those rules in your application and apply roles via the Update User endpoint.