WorkOS

authorization.permissions.create

Create a new permission in your WorkOS environment. The permission can then be assigned to environment roles and organization roles.

Remote workos

Other tools also called authorization.permissions.create? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "A descriptive name for the Permission."
    },
    "slug": {
      "type": "string",
      "description": "A unique key to reference the permission. Must be lowercase and contain only letters, numbers, hyphens, underscores, colons, periods, and asterisks."
    },
    "description": {
      "type": [
        "string",
        "null"
      ],
      "description": "An optional description of the Permission."
    },
    "resource_type_slug": {
      "type": "string",
      "description": "The slug of the resource type this permission is scoped to."
    }
  }
}
          

Provider

WorkOS →