POST https://api.engagor.com/{account_id}/settings/profilegroup/{id}

Description

Edit a Social Profile Group for a certain account. When you provide profiles, these will replace the current profiles of the Social Profile Group

Required Access Token Scope

accounts_read, accounts_write

POST Parameters

Param Description Required Default Value
updates A JSON encoded array of changes you want to make. Structure of the object should be like profile_group, with only those properties you want to update. Yes

Result

profile_group The updated Social Profile Group object.

Examples

Edit a social profile group for a certain account

DELETE https://api.engagor.com/{account_id}/settings/profilegroup/{id}

Description

Deletes a Social Profile Group for a certain account.

Required Access Token Scope

accounts_read, accounts_write

DELETE Parameters

Param Description Required Default Value
This API endpoint doesn't need any parameters.

Result

Boolean that indicates if Social Profile Group was deleted.