Look up a user by external identifier in the authenticated tenant.
Consumer Onboarding
Look up a user by external identifier in the authenticated tenant.
GET
Look up a user by external identifier in the authenticated tenant.
Documentation Index
Fetch the complete documentation index at: https://docs.yoid.me/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
User found.
Example:
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"username": "johndoe",
"email": "[email protected]",
"firstName": "John",
"lastName": "Doe",
"enabled": true
}
