User will get the list of Security Groups available in the system.
The user submitting the request must have administrator rights to User Management.
In response user will get a list, containing group names and their corresponding group id.
The Response Body is a JSON object of Security User Groups and ID's.
Unauthorized. Missing Authorization or AccessToken or Access Token expired
Forbidden. Missing X-API-key
[- {
- "groupId": "e013bf7a-9702-406b-8d23-1bba004c88d4",
- "groupName": "EMEA Marketing"
}
]