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

https://api.azuga.com/azuga-ws/v1/groups/update.json

{  
   "groupName":"West Coast",
   "newGroupName":"West Coast- Nevada",
   "adminEmails":"[email protected]"
}

API Response Explanation

FieldDescription
codeAPI Status Code
messageAPI Message
messageCodeFor Azuga internal use
reasonThe reason for failure
generatedAtAPI generation timestamp in UTC
Language
Authorization
Header
Click Try It! to start a request and see the response here!