GET /tenant-management/api/system/tenants/{tenant}/users/count

As of Versionproduct version 2020 Winter | component version 1.0
Request MethodGET
Response FormatTXT
Description

Retrieves the number of all users of the specified tenant


Required user role: YUUVIS_TENANT_ADMIN

Meaning of the response status codes:
HTTP Status CodeMeaning
200 OKSuccessful, the number of users has been requested from Keycloak.
401 UNAUTHORIZEDThe call was unauthorized.


Request Example

GET /tenant-management/api/system/teants/myTenant/users/count HTTP/1.1

Response Example

23

{