These docs are for v1. Click to read the latest docs for v3.

Edit

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

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

Language
Credentials
Header
Click Try It! to start a request and see the response here!