Create a Compliance User Group
Creates a compliance user group. Released in 1.55.3
Header parameters
sessionTokenstringRequired
Session authentication token.
Body
Body for group creation
namestringRequired
Group name
areastringOptional
Group area
descriptionstringOptional
Group description
typestringRequired
Group type
Responses
201
Success
application/json
Group object response
idstringOptional
Group ID
namestringOptional
Group name
areastringOptional
An optional string attribute used for categorizing groups
descriptionstringOptional
Group description
typestringOptional
Group type
activebooleanOptional
Group status
createdDateinteger · int64Optional
Date of group creation
modifiedDateinteger · int64Optional
Date of group last update
memberCountinteger · int64Optional
Number of group members
assigneeCountinteger · int64Optional
Number of group assignees
400
Client error, see response body for further details.
application/json
401
Unauthorized: Session tokens invalid.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
500
Server error, see response body for further details.
application/json
post
/v2/admin/usergroups
🚧 Roles and Privileges
Last updated
Was this helpful?