Excerpt |
---|
Retrieves a list of all users |
for of the specified tenant . As 2021 Autumn, the list can be filtered by applying query parameters. |
As 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 |
the name. Required: user with role YUUVIS_TENANT_ADMINindex 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. |