Create a group

This operation enables you to create a new Sentinel group.

Path Params
int32
required

Client ID.

Query Params
string
enum
Defaults to json

Selects the requested response representation format.

Allowed:
Body Params

Holds the information to create a Sentinel group.

string
required

Change name of the group.

string

Change description of the group.

sites
array of numbers

List of site IDs.

sites
applications
array of numbers

List of app IDs.

applications
roles
object

User ID & role to associate the group with (Example: {“user_id: 123, “roles”: “Admin’})

Responses

400

BadRequestResponse indicates a request with invalid parameters.

401

UnauthorizedResponse signals an unauthorized API access.

403

ForbiddenResponse signals a request for a resource that does not exist or is not authorized.

404

NotFound the requested resource could not be found.

500

GenericError generic error.

Language
Response
Choose an example:
application/json