Versions Compared

Key

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


Page Properties
hiddentrue
idrDOC

Product Version
Report Note
AssigneeMartin

Resources & Remarks

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

Modification History

NameDateProduct VersionAction
Antje08 FEB 20212.4New page properties macro.
Antje15 FEB 20212020 WinterrDOC


...

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


Excerpt
Get the data Retrieves a list of all users for of the specified tenant with the nameGet users returns a list of users filtered by Planned for 2021 Spring: Filter the list by applying query parameters.


Required user role: YUUVIS_TENANT_ADMIN

Meaning of the response status codes:


HTTP Status CodeMeaning
200 OKSuccessful, the data of all users of the specified tenant have been read.
401 UNAUTHORIZEDThe call was unauthorized.


Request Example

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

Response Example


Panel

[{
  "id": "a69a0eb6-3662-4c00-8096-38fbb2c4a922",
  "email": "bartonitz@optimal-systemsfirstexample@exampleprovider.de"
  "usernameuserName":: "bartonitzmrexample",
, "firstName":: "
MartinExamplename",
, "lastName":: "BartonitzExamplesurname",
  "roles": ["role1","role2"],
  "enabled": true,
  "createdTimestamp": 1555069963564
},
{
  "id": "63d039b6a69a0eb6-71c43662-49dc4c00-bf908096-baa19acdbef938fbb2c4a933",
  "email": "bartonitz@optimal-systemssecondexample@exampleprovider.de",
    "usernameuserName":: "schulzmsexample",
, "
lastNamefirstName":: "SchulzExamplename2",
, "firstNamelastName":: "AndreasExamplesurname2",
  "roles": ["role3role1","role4role5"],
  "enabled": true,
  "createdTimestamp": 15550699635641555069963563
},

...]


{