Update Group

A user tree group is represented as a Gedcomx Group.

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

The id of the user tree group to update. To find group IDs, see Read User's Groups.

Body Params

Update the group name, description, and/or code of conduct. To update a field, provide a value for the associated attribute. Providing an empty string for an attribute will remove the value for that attribute. Removing the value for name is not allowed

groups
array of objects
required
length between 1 and 1

Array containing the user tree group to update. Only one group may be updated at a time. See Group Schema (JSON)

groups*
Responses
204

The update was successful.

404

The requested user tree group does not exist.

410

The requested user tree group has been deleted.

429

The request was throttled.

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