GET User Groups
Return the list for all the user groups registered in Operations for Logs.
Request
URI
GET
https://{api_host}/api/v2/user-groups
COPY
Responses
200
The list of user groups was retrieved successfully.
Returns
user.groups.get.response
of type(s)
application/json
[
{
"provider": "ad",
"domain": "vmware.com",
"name": "example",
"roleIds": [
"00000000-0000-0000-0000-000000000002",
"53986a8b-489d-45cc-9334-b71ade385c2b"
]
},
{
"provider": "vidm",
"domain": "example.com",
"name": "name_example.com",
"roleIds": [
"00000000-0000-0000-0000-000000000002",
"53986a8b-411d-455c-9334-b71ade385c2b"
]
}
]
401
Operation doesn't return any data structure
440
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/v2/user-groups