Create Permission Group

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Creates a new permission group resource.

Required Permissions

Below is the list of required permissions needed to interact with this API. For each permission, the allowed permission boundaries are also specified.

PermissionBoundaryDescription
permission-group:createApplicationThe subject can create permission groups under the application to which the subject belongs.
TenantThe subject can create permission groups owned by the tenant to which the subject belongs.
Tenant Inclusion ListThe subject can create permission groups owned by tenants specified in the tenant inclusion list.
Tenant Exclusion ListThe subject can create permission groups owned by tenants that belong to the subject's application but are not included in the tenant exclusion list.
Body Params

Permission Group Resource

Permission Group

string
enum
length between 1 and 30

[Required on Create] The type of the owner of the resource.

Allowed:
string
length between 1 and 26

[Required on Create] The ID of the owner of the resource.

string
length between 1 and 40
^[a-zA-Z0-9]+(-+[a-zA-Z0-9]+)*$

[Required on Create] The name of the permission group. Name must be unique (case-insensitive) within an application.
Application-level permission groups are prefixed with app:<app_domain_name>:, and tenant-level permission groups
are prefixed with tnt:<tnt_domain_name>:.

string
length between 1 and 60

[Required on Create] The display name of the permission group.

string
length between 1 and 500

Optional description of the permission group.

string
length ≤ 26

Optional ID of the permission boundary that is assigned to this permission group.

string
enum
length between 1 and 45

[Required on Create] Enum representing the tenants that this permission boundary should be visible to.

  • ALL: The permission group is visible to all tenants and can also be assigned to any tenant-level roles.
  • NONE: The permission group is not visible to any tenants and cannot be assigned to any tenant-level roles.
  • OWNER: Indicates that the permission group is only visible to the tenant that owns it.
Allowed:
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json