Retrieve an end user by ID. Useful when other APIs return an end-user ID (e.g., created_by from Upload File).
API Key authentication. For all API requests, include your API Key in the Authorization HTTP Header, prefixed with Bearer. Example: Authorization: Bearer {API_KEY}. Strongly recommend storing your API Key on the server-side, not shared or stored on the client-side, to avoid possible API-Key leakage that can lead to serious consequences.
End user ID.
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 Completion 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.