Versions Compared

Key

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

...

Page Properties
hiddentrue
idrDOC

Product Version2021 Autumn
Report Note
AssigneeMartin

Resources & Remarks

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

Modification History

NameDateProduct VersionAction
Martin04 JUN 20212021 Summer Alpha1created
Antje04 JUN 20212021 Autumnpublished



As of Versionproduct version 2021 Summer Alpha1 | component version 1.0
Request MethodGET
Response FormatJSON
Description


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


Required user role: YUUVIS_TENANT_ADMIN

Meaning of the response status codes:


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


Request Example

GET /tenant-management/api/admin/groups HTTP/1.1

Response Example


Code Blockpanel
languageyml
[


  {


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


    "name": "HR-Manager",


    "realmRoles": [


      "EMAIL_WITHOUT_ACL"


    ],


    "members": [


      "bartonitz"


    ]


  },


  {


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


    "name": "QA-Manager",


    "realmRoles": [


      "QA_MANAGER"


    ],


   "members": [


     "
agnieszka
susanne",


     "
bartonitz
gustav"


   ]


  }


...


]