WorkOS

authorization.roles.update

Update an existing environment role.

Remote workos

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

Input Schema


            {
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "A descriptive name for the role."
    },
    "slug": {
      "type": "string",
      "description": "The slug of the environment role."
    },
    "description": {
      "type": [
        "string",
        "null"
      ],
      "description": "An optional description of the role."
    }
  }
}
          

Provider

WorkOS →