Update Group

Update a group. The account, API access, analysis email, and account manager fields can only be modified by administrators.

Path parameters

group_idintegerRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestring or nullOptional
accountstring or nullOptional
The account of the group. Must be a valid domain, URL, or email. The account will be normalized to a canonical form.
thumbnail_urlstring or nullOptional
The thumbnail URL of the group
analysis_emailstring or nullOptional
The email address for analysis to be sent to
data_api_accessboolean or nullOptional
Whether the group has access to the data API
account_manager_idinteger or nullOptional

Response

Successful Response
namestring
The name of the group
accountstring
The account of the group. Must be a valid domain, URL, or email. The account will be normalized to a canonical form.
idinteger
account_managerobject or null
user_countinteger or null
deal_countinteger or null
userslist of objects or null
thumbnail_urlstring or null
The thumbnail URL of the group
analysis_emailstring or null
The email address for analysis to be sent to
data_api_accessboolean or null
Whether the group has access to the data API
created_atstring or nullformat: "date-time"
updated_atstring or nullformat: "date-time"
is_archivedboolean or null

Errors