Go
Associate permissions with a role
Add one or more permissions to a specified user role.
POST
Go
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.