Versions Compared

Key

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

...

Page Properties
hiddentrue
idrDOC

Product Version2021 Autumn
Report Notedraft
AssigneeMartin

Resources & Remarks

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

Modification History

NameDateProduct VersionAction
Antje08 FEB 04 JUN 20212021 Autumn Alpha1createdpublished






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


Excerpt
Gets Retrieves all groups of the specified tenant with the assigned roles and members.


Required user role: YUUVIS_SYSTEM_INTEGRATOR

Meaning of the response status codes:


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


Request Example

GET /tenant-management/api/system/tenants/myTenant/groups HTTP/1.1

Result Examplepanel


Code Block
languageyml
[


  {


    "id": "
fa743da4
fa854da5-
993a
004a-
4076
5187-
8cc5
9cc6-
2b4c4bc1c617
3b5c5bc2c728",


    "name": "HR-Manager",


    "realmRoles": [


      "EMAIL_WITHOUT_ACL"


    ],


    "members": [


      "
bartonitz
gustav"


    ]


  },


  {


    "id": "
dab01113
dab12224-
3e3a
4e4a-
4e12
5e23-
95e7
06e8-
ffd2ed06cff6
ffd3ed17cff7",


    "name": "QA-Manager",


    "realmRoles": [


      "QA_MANAGER"


    ],


   "members": [


     "
agnieszka
susanne",


     "
bartonitz
gustav"


   ]


  }


...


]

{