List users
GET/public/users
Returns a paginated list of users in the instance bound to the caller's API key. Only instance administrators may call this endpoint. The response exposes a stable subset of user fields intended for third-party consumption.
Request
Responses
- 200
- 401
- 403
Paginated list of users in the instance.
Missing or invalid API key.
The API key's user is not an admin of the instance.