C#
Create a role
Create a user role for Role-Based Access Control.
Note: New roles are not associated with any permissions by default. To assign existing permissions to your role, review Associate Permissions with a Role. To create new permissions, review Add API Permissions.
POST
C#
承認
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ボディ
Name of the role.
Description of the role.
The type of the role. Defaults to tenant.
利用可能なオプション:
tenant, organization The ID of the organization that owns this role. Required when type is "organization".
Maximum string length:
50レスポンス
Role successfully created.