Skip to main content

List Users

GET 

/api/v2/users

Returns a paginated list of users for the current tenant, with Spatie QueryBuilder filtering and sorting. Includes soft-deleted users.

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 tenant's settings UI would see every user in the entire installation.

Authentication: Requires Bearer token.

Request

Responses

Successful response