Controller: License Management: ChangeGroupManager
ChangeGroupManager
Changes the group manager of an existing group.
If the target user is already a group manager, the 2 groups will be merged.
Authentication Methods
- With AMS email and password
Input Parameter | Type | Description |
---|---|---|
Token* | String | |
OldGroupManager* | EmailAddress | |
NewGroupManager* | EmailAddress |
Output Parameter | Type | Description |
---|---|---|
Success | Boolean |
*=required
CURL EXAMPLE
curl -v 'https://example.com/ctrller/api.php?Token=rrc1d3ntb53tt6b2vhail6rdtrsxov3v&Task=ChangeGroupManager&OldGroupManager=user1@example.com&NewGroupManager=user2@example.com'
RESPONSE
<Response>
<Status>1</Status>
<Message>Success</Message>
</Response>