Update a group

Route to update a group. Fields can be updated : owner|coOwners|members|observers|name|description

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

User Group Id

Body Params
string

The name of the group. Must be between 4 and 50 characters.

string

A brief description of the group. Must be between 4 and 500 characters.

string

The owner of the group, represented by a valid MongoDB ObjectId.

members
array of strings

Array of member IDs to add to the group. Each ID should be a valid MongoDB ObjectId.

members
coOwners
array of strings

Array of co-owner IDs for the group. Each ID should be a valid MongoDB ObjectId.

coOwners
observers
array of strings

Array of observer IDs (supervisors) for the group. Each ID should be a valid MongoDB ObjectId.

observers
Response
200

Update Group

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here!