Create or add a new group to the Cohesity Cluster.

Privileges: PRINCIPAL_MODIFY

If an Active Directory domain is specified, a new group is added to the
Cohesity Cluster for the specified Active Directory group principal.
If the LOCAL domain is specified, a new group is created directly in
the default LOCAL domain on the Cohesity Cluster.

Returns the created or added group.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Request to add or create a Group.

Specifies the settings used to add/create a new group or modify an existing
group.

string | null

Specifies a description of the group.

string | null

Specifies the domain of the group.

string | null

Specifies the name of the group.

boolean | null

Whether the group is a restricted group. Users belonging to a restricted
group can only view objects they have permissions to.

roles
array of strings | null

Array of Roles.

Specifies the Cohesity role names to associate with the group.
role names can be viewed by GET /irisservices/api/v1/public/roles,
example: COHESITY_VIEWER
The Cohesity roles determine privileges on the Cohesity Cluster
for all the users in this group.

roles
smbPrincipals
array of objects | null

Specifies the SMB principals. Principals will be added to this group only
if IsSmbPrincipalOnly set to true.

smbPrincipals
tenantIds
array of strings | null

Specifies the tenants to which the group belongs to. If not specified,
session user's tenant id is assumed.

tenantIds
users
array of strings | null

Specifies the SID of users who are members of the group.
This field is used only for local groups.

users
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json