v6

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-0182128753.1 KB
End Users

Get End User Info

Available for: Chatflow, Workflow, New Agent, 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.

get/end-users/{end_user_id}

Path parameters

end_user_idstring uuid required

ID of the end user to look up.

Response

End user retrieved successfully.

idstring uuid

End user ID.

tenant_idstring uuid

Tenant ID.

app_idstring uuid nullable

Application ID.

typestring

End user type. Always service-api for Service API users.

external_user_idstring nullable

The user identifier provided in API requests (e.g., the user field in Send Chat Message).

namestring nullable

End user name.

is_anonymousboolean

Whether the user is anonymous. true when no user identifier was provided in the original API request.

session_idstring

Session identifier. Defaults to the external_user_id value.

created_atstring date-time

Creation timestamp.

updated_atstring date-time

Last update timestamp.