WorkOS

authorization.roles.permissions.create

Add a single permission to an environment role. If the permission is already assigned to the role, this operation has no effect.

Remote workos

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

Input Schema


            {
  "type": "object",
  "properties": {
    "slug": {
      "type": "string",
      "description": "The slug of the environment role."
    },
    "body_slug": {
      "type": "string",
      "description": "The slug of the permission to add to the role."
    }
  }
}
          

Provider

WorkOS →