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.
namestringOptional
accountstringOptional
The account of the group. Must be a valid domain, URL, or email. The account will be normalized to a canonical form.
thumbnail_urlstringOptional
The thumbnail URL of the group
analysis_emailstringOptional
The email address for analysis to be sent to
data_api_accessbooleanOptional
Whether the group has access to the data API
account_manager_idintegerOptional

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
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_atdatetime or null
updated_atdatetime or null
is_archivedboolean or null
account_managerobject or null
user_countinteger or null
deal_countinteger or null
userslist of objects or null

Errors