Skip to main content

Get User Lookup List

GET 

/api/users/list

Returns a minimal list of users (id and name only), ordered by name. Intended for dropdown/combo box lookups.

Tenant scoping: Results are restricted to users who are members of the current tenant. The users table lives on the central connection and is shared across all tenants, so without scoping every dropdown would leak users from every tenant in the installation.

Authentication: Requires Bearer token.

Request

Responses

Successful response