v1
latestOpenAPI 3.0.02026-08-062903562.2 MBOrganization Credential Set
createOrganizationCredentialSet
Create a Credential Set for specified Organization
post/organizations/{organization}/credential-sets
Path parameters
organizationinteger required
Example:82364
Primary identifier for Organization
Request body
Example request
{
"activity_wall": true,
"campaign_manager": true,
"global_admin": true
}Response
Success
Example response
{
"activity_wall": true,
"campaign_manager": true,
"global_admin": true,
"id": 82374,
"member_id": 2012,
"organization_id": 82364,
"reporting_access": true
}