Create User Group
Creates a new User group with specified name, creator, and members.
POST
/iam/groups/Query parameters
project_idQueryintegerrequiredProject ID Find your project id here
locationQuerystringrequiredLocation (Delhi and Chennai)
Request body
application/json
Name of the IAM group
User ID of the creator
List of user IDs to be added as group members
Responses
201Group created successfully
example
201example
Created Successfully