As of Version | product version 2023 Spring | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Request Method | GET | ||||||||||||||||||||||||||||||
Response Format | JSON | ||||||||||||||||||||||||||||||
Description | Retrieves a list of all users. The result list can be filtered by applying conditions that have to be matched. The conditions are specified via the following optional query parameters:
Response HTTP status codes:
| ||||||||||||||||||||||||||||||
Request Example |
no request body | ||||||||||||||||||||||||||||||
Response Example |
[ { "username": "string", "id": "string", "foreignid": "string", "type": "string", "title": "string", "email": "string", "firstname": "string", "lastname": "string", "domain": "string", "tenant": "string", "authorities": [ "string" ], "substituteOf": [ "string" ], "accountNonExpired": true, "accountNonLocked": true, "credentialsNonExpired": true, "enabled": true, "displayName": "string" } ] |
General
Content
Integrations