Creates one or more groups for the account.
POST {{baseUrl}}/v2.1/accounts/{{accountId}}/groups
Creates one or more groups for the account.
Groups can be used to help manage users by associating users with a group. You can associate a group with a Permission Profile, which sets the user permissions for users in that group without having to set the userSettings
property for each user. You are not required to set Permission Profiles for a group, but it makes it easier to manage user permissions for a large number of users. You can also use groups with template sharing to limit user access to templates.
Request Body
{"groups"=>[{"groupId"=>"sample string 1", "groupName"=>"sample string 2", "permissionProfileId"=>"sample string 3", "groupType"=>"sample string 4", "users"=>[{"userName"=>"sample string 1", "userId"=>"sample string 2", "email"=>"sample string 3", "userType"=>"sample string 4", "userStatus"=>"sample string 5", "uri"=>"sample string 6", "loginStatus"=>"sample string 7", "sendActivationEmail"=>"sample string 8", "activationAccessCode"=>"sample string 9"}]}], "resultSetSize"=>"sample string 1", "totalSetSize"=>"sample string 2", "startPosition"=>"sample string 3", "endPosition"=>"sample string 4", "nextUri"=>"sample string 5", "previousUri"=>"sample string 6"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |