Create a New User Group

This endpoint is used to create a new user group with specified properties, such as name, description, owner, members, co-owners, and observers.

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

The data required to create a new user group.

string
required

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
201
Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here!