List Users
POST/user-svc/users
Fetches a list of users with optional query filters and pagination.
Requires the user-svc:user:view permission that only admins have by default for unscoped list requests.
Requests scoped by contactId or contactIds do not require the broad user-view permission.
Request
Responses
- 200
- 400
- 401
- 500
List of users retrieved successfully
Invalid JSON
Unauthorized
Internal Server Error