Update User group
Updates the User group details including its name and members.
PUT
/iam/groups/{group_id}/Path parameters
group_idPathintegerrequiredID of the User group to update
Query parameters
project_idQueryintegerrequiredProject ID Find your project id here
locationQuerystringrequiredLocation (Delhi and Chennai)
Request body
application/json
Updated name of the IAM group
ID of the user performing the update
List of member IDs to add
List of member IDs to remove
Responses
200Group updated successfully
example
200example
User group updated successfullyexample
Success