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 5 Next »

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

Retrieves the number of all users of the tenant.

Required user role: YUUVIS_TENANT_ADMIN

Meaning of the response status codes:
HTTP Status CotedMeaning
200 OKSuccessful, the data of all users have been read.
401 UNAUTHORIZEDThe call was unauthorized.
Request Example

GET /api-tm/admin/users/count HTTP/1.1

Result Example

23

{
  • No labels