Go
Associate permissions with a role
Add one or more permissions to a specified user role.
POST
Go
Documentation Index
Fetch the complete documentation index at: https://docs-dev.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the role to add permissions to.
Body
array of resource_server_identifier, permission_name pairs.
Minimum array length:
1Response
Role permissions updated.