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

Version 1 Next »

As of Version1.0
Request MethodGET
Response FormatJSON
Description

Get the data of all users for the tenant with the name
Required: user with role YUUVIS_TENANT_ADMIN

Request Example

GET /api-tm/system/tenants/myTenant/users HTTP/1.1

Result Example

{

  "ID": "a69a0eb6-3662-4c00-8096-38fbb2c4a922",
  "Created At": "3/25/19 6:04:39 PM",
  "Email": "bartonitz@optimal-systems.de"
  "Username":: "bartonitz",
, "First name":: "Martin",
, "Last name":: "Bartonitz",
  "User Enabled": true

{

  "ID": "63d039b6-71c4-49dc-bf90-baa19acdbef9",
  "Created At": "4/25/19 6:04:39 PM",
  "Email": "bartonitz@optimal-systems.de",
  "Username":: "schulz",
, "Last name":: "Schulz",
, "First name":: "Andreas"

},

...

{

Meaning of the response status codes:

200 OK

The data of all users of the tenant name have been read

401 UNAUTHORIZED

The call was unauthorized

  • No labels