group_mgr_add
Back to SOAP Architecture Method Reference
Description
The group_mgr_add method creates a new User Groups with the provided details.
Parameters
| Parameter | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| domain_id |
The unique ID# of your domain. |
bstypes:ResourceId | R |
| name | The name of this group. | string | R |
| container_id | The ID# of the folder containing this group. | bstypes:ResourceId | O |
Return Values
| Value | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| id | The unique ID# of the group. | bstypes:ResourceId | R |
