Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Current »

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

Available if listed in authorization.accesses in authentication-prod.yml and the specified access condition is matched. In the default configuration, access is granted via the YUUVIS_TENANT_ADMIN role.

>> AUTHENTICATION Service
Description

Retrieves the number of all users of the tenant.

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

GET /tenant-management/api/admin/users/count HTTP/1.1

Response Example

23

{
  • No labels