Get All User Groups

Get All User Groups

Retrieves all Get all user groups which includes groups from keycloak as well as AD user groups.

Request
URI
GET
https://{api_host}/tcsa.host.com/tcsa/api/usrmgmt/v1/usergroups
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

Ok

Returns Array of string of type(s) application/json
[
    "ug1",
    "ug2",
    "ug3"
]

400

Invalid Request sent by the user

Operation doesn't return any data structure

401

User authentication failed

Operation doesn't return any data structure

403

Access to the requested resource/operation is forbidden

Operation doesn't return any data structure

404

Cannot find requested resource

Operation doesn't return any data structure

500

Internal server error

Operation doesn't return any data structure