Create Groups

Create Security User Groups. Requests can contain 1-50 user groups.

SecurityOAuth2
Request
header Parameters
content-type
string
Example: application/json
Authorization
string
Example: Bearer <token>
Request Body schema: application/json
groups
Array of arrays <= 50 items
Responses
200

Successful Request. Security Groups Created Successfully.

400

One or more required parameters are missing or invalid.

401

Authentication failed (unauthorized).

403

Forbidden. You do not have permissions to perform this action, or your connection information is not correct.

503

The server is too busy to handle the request.

post/security/groups
Request samples
application/json
{
  • "groups": [
    ]
}
Response samples
application/json
{
  • "groups": [
    ],
  • "pagination": {
    }
}