Get End User Info
Available for: Chatflow, Workflow, Chatbot, Agent, Text Generator apps.
Returns an end user’s details by ID. Useful for resolving an end-user ID returned by another endpoint, such as created_by in the Upload File response.
Authorizations
Every request authenticates with an API key: Authorization: Bearer {API_KEY}. App endpoints take an app API key; knowledge endpoints take a knowledge base API key (Get Started).
Keep keys server-side; never embed them in client code. Requests with a missing or invalid key fail with HTTP 401 (unauthorized).
Path Parameters
ID of the end user to look up.
Response
End user retrieved successfully.
End user ID.
Tenant ID.
Application ID.
End user type. Always service-api for Service API users.
The user identifier provided in API requests (e.g., the user field in Send Chat Message).
End user name.
Whether the user is anonymous. true when no user identifier was provided in the original API request.
Session identifier. Defaults to the external_user_id value.
Creation timestamp.
Last update timestamp.