WorkOS
organizations.external_id.get
Get the details of an existing organization by an [external identifier](/authkit/metadata/external-identifiers).
Remote workos
Other tools also called organizations.external_id.get?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"external_id": {
"type": "string",
"description": "The external ID of the Organization."
}
}
}