GET /api-web/api/users/users
Deprecated as of version 2023 Spring. Please use the idm-controller endpoints instead.
As of Version | product version 2021 Summer | component version | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 |
[ { "accountNonExpired": true, "accountNonLocked": true, "authorities": [ "string" ], "credentialsNonExpired": true, "domain": "string", "email": "string", "enabled": true, "firstname": "string", "foreignid": "string", "id": "string", "lastname": "string", "substituteOf": [ "string" ], "tenant": "string", "title": "string", "type": "string", "username": "string" } ] |
As of Version | product version 2021 Summer | component version | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 |
[ { "accountNonExpired": true, "accountNonLocked": true, "authorities": [ "string" ], "credentialsNonExpired": true, "domain": "string", "email": "string", "enabled": true, "firstname": "string", "foreignid": "string", "id": "string", "lastname": "string", "substituteOf": [ "string" ], "tenant": "string", "title": "string", "type": "string", "username": "string" } ] |