POST
/v1/mgmt/permission/create

Authorization

Descope Project ID and Management Key
AuthorizationBearer <token>

Project ID:Management Key as bearer token.

In: header

Request Body

application/json

name?string
description?string

Create a permission, using a valid management key.

This API endpoint allows administrators to create a new permission. The endpoint takes the following two parameters:

  • name (required)
  • description (optional)

Next Steps

Once you have this data, you can utilize the newly created role to Create Roles or Update Roles

See also

curl -X POST "https://api.descope.com/v1/mgmt/permission/create" \  -H "Content-Type: application/json" \  -d '{}'
Was this helpful?