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