Update a group

Updates group properties and/or membership

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
^007[0-9a-f]{23}$

ID of the group in question

Body Params

Request payload for updating an existing group.

All of the properties are optional, however at least one must be provided.

string
length between 1 and 50
^[a-zA-Z0-9][a-zA-Z0-9 _-]*$

New name of the group.

Note that group names must be unique.

boolean

Group active status

members
array of objects

Specifies the users to be set as members of the new group.

Notes this replaces all existing members.

members
^073[0-9a-f]{23}$

ID of the folder to put the group in.

To remove a group from being in a folder, set this to null.


Unique identifier for a folder.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json