API ReferenceRole Permissions
Create Role Permission
Create a new role permission.
Authorization
bearerAuth superuserAuthorization<token>
In: header
Scope: superuser
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
Try it live
curl -X POST "https://example.com/role-permissions" \ -H "Content-Type: application/json" \ -d '{ "permissionId": "string", "roleId": "string" }'Empty