Retrieve a list of Security Groups.

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.

SecurityApiKeyAuth or BasicAuth
Request
header Parameters
X-API-Key
required
string

Customer-specific API key required to invoke API.

Authorization
required
string

Provided by Authentication Token creation operation

AccessToken
required
string

JWT token provided by Authentication Token creation operation.

Responses
200

The Response Body is a JSON object of Security User Groups and ID's.

401

Unauthorized. Missing Authorization or AccessToken or Access Token expired

403

Forbidden. Missing X-API-key

get/security/groups
Request samples
Response samples
application/json
[
  • {
    }
]