user_group_mgr_add
Back to SOAP Architecture Method Reference
Description
The user_group_mgr_add method adds an association between a user and a user group on your domain.
Parameters
Parameter | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
domain_id | The unique ID# of your domain. | bstypes:ResourceId | R |
group_id | The unique ID# of the group. | bstypes:ResourceId | R |
parent_id | The unique ID# of the user. | bstypes:ResourceId | R |
Return Values
Value | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
id | The unique ID# of the new association between the user and the group: the user group. | bstypes:ResourceId | R |