WorkOS

authorization.organization_memberships.check.create

Check if an organization membership has a specific permission on a resource. Supports identification by resource_id OR by resource_external_id + resource_type_slug.

Remote workos

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

Input Schema


            {
  "type": "object",
  "properties": {
    "resource_id": {
      "type": "string",
      "description": "The ID of the resource."
    },
    "permission_slug": {
      "type": "string",
      "description": "The slug of the permission to check."
    },
    "resource_type_slug": {
      "type": "string",
      "description": "The slug of the resource type."
    },
    "resource_external_id": {
      "type": "string",
      "description": "The external ID of the resource."
    },
    "organization_membership_id": {
      "type": "string",
      "description": "The ID of the organization membership to check."
    }
  }
}
          

Provider

WorkOS →