Group

Get a group by its ID.

Path parameters

group_idintegerRequired

Headers

AuthorizationstringRequired

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

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