Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page Properties
hiddentrue


Status

Status
colourYellow
titleDraft

Priority1
Note
AssigneeMartin Bartonitz

Ressources

Remarks

History

  • Version 2.4 - options" ...  "synchronousContentAnalysis": true (OKTO-4309)

...

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


Panel

{
  "

ID

id": "a69a0eb6-3662-4c00-8096-38fbb2c4a922",
  "

Created At

email": "

3/25/19 6:04:39 PM",
  "Email": "bartonitz@optimal

bartonitz@optimal-systems.de"
  "

Username

username":: "bartonitz",
, "

First name

firstName":: "Martin",
, "

Last name

lastName":: "Bartonitz",
  "

User Enabled

enabled": true,
  "createdTimestamp": 1555069963564
},
{
  "

ID

id": "63d039b6-71c4-49dc-bf90-baa19acdbef9",
  "

Created At

email": "

4/25/19 6:04:39 PM",
  "Email": "bartonitz@optimal

bartonitz@optimal-systems.de",
  "

Username

username":: "schulz",
, "

Last name

lastName":: "Schulz",
, "

First name

firstName":: "Andreas"
  "enabled": true,
  "createdTimestamp": 1555069963564
},

...


{

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

...