put https://api.azuga.com/azuga-ws/v1/groups/update.json
The update group API allows you to edit the details of an existing group. Only one group can be updated by a single API call. You are allowed to update groups for those you have access to modify.
Sample Request
{
"groupName":"West Coast",
"newGroupName":"West Coast- Nevada",
"adminEmails":"[email protected]"
}
API Response Explanation
Field | Description |
---|---|
code | API Status Code |
message | API Message |
messageCode | For Azuga internal use |
reason | The reason for failure |
generatedAt | API generation timestamp in UTC |