WorkOS

authorization.organizations.resources.get

Retrieve the details of an authorization resource by its external ID, organization, and resource type. This is useful when you only have the external ID from your system and need to fetch the full resource details.

Remote workos

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

Input Schema


            {
  "type": "object",
  "properties": {
    "external_id": {
      "type": "string",
      "description": "An identifier you provide to reference the resource in your system."
    },
    "organization_id": {
      "type": "string",
      "description": "The ID of the organization that owns the resource."
    },
    "resource_type_slug": {
      "type": "string",
      "description": "The slug of the resource type."
    }
  }
}
          

Provider

WorkOS →