WorkOS

authorization.organizations.roles.get

Retrieve a role that applies to an organization by its slug. This can return either an environment role or an organization-specific role.

Remote workos

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

Input Schema


            {
  "type": "object",
  "properties": {
    "slug": {
      "type": "string",
      "description": "The slug of the role."
    },
    "organizationId": {
      "type": "string",
      "description": "The ID of the organization."
    }
  }
}
          

Provider

WorkOS →