v1

latestOpenAPI 3.0.02026-08-062903562.2 MB
Organization Credential Set

updateOrganizationCredentialSet

Update a specified Organization Credential Set

put/organization-credential-sets/{organization_credential_set}

Path parameters

organization_credential_setinteger required
Example:82374

Organization Credential Set ID

Request body

activity_wallboolean

Indicates whether or not the Member has activity_wall access

campaign_managerboolean

Indicates whether or not the Member has campaign_manager access

global_adminboolean

Indicates whether or not the Member has global_admin access

Example request

{
  "activity_wall": true,
  "campaign_manager": true,
  "global_admin": true
}

Response

Success

activity_wallboolean

Indicates whether or not the Member has activity_wall access

campaign_managerboolean

Indicates whether or not the Member has campaign_manager access

global_adminboolean

Indicates whether or not the Member has global_admin access

idinteger

Primary identifier of record

member_idinteger

Primary identifier of associated Member

organization_idinteger

Primary identifier of associated Organization

reporting_accessboolean

Indicates whether or not the Member has reporting_access

Example response

{
  "activity_wall": true,
  "campaign_manager": true,
  "global_admin": true,
  "id": 82374,
  "member_id": 2012,
  "organization_id": 82364,
  "reporting_access": true
}