Excerpt |
---|
Retrieves a list of all users of the specified tenant . Planned for 2021 Spring: Filter As 2021 Autumn, the list can be filtered by applying query parameters. |
Required user role: YUUVIS_TENANT_ADMINAs of version 2021 Autumn, the following query parameters can be specified optionally:
Parameter | Type | Description |
---|
search | string | Return only users where at least one of the properties userName , email , firstName or lastName contains the specified value. |
first | integer | Skip the first users in the result list. Return only users with index equal or larger than the specified value. |
max | integer | Return only the specified number of users. |
Meaning of the response status codes:
HTTP Status Code | Meaning |
---|
200 OK | Successful, the data of all users of the specified tenant have been read. |
401 UNAUTHORIZED | The call was unauthorized. |