Carbon Black Cloud (CBC)-Platform APIs ๐-Access Profiles and Grants API
Number of APIs: 9
-
Create Grant for a Principal POST {{cb_url}}/access/v2/orgs/{{cb_org_key}}/grants/
-
Get Grant of a Principal GET {{cb_url}}/access/v2/orgs/{{cb_org_key}}/grants/psc:user:{{cb_org_key}}:{{cb_user_id}}
-
Bulk Fetch Grants POST {{cb_url}}/access/v2/orgs/{{cb_org_key}}/grants/_fetch
-
Get Permitted Roles GET {{cb_url}}/access/v3/orgs/{{cb_org_key}}/principals/{{cb_custom_id}}/roles/permitted?type=USER
-
Update Grant of a Principal PUT {{cb_url}}/access/v2/orgs/{{cb_org_key}}/grants/{{cb_principal_urn}}
-
Create Profile in Principalโs Grant POST {{cb_url}}/access/v2/orgs/{{cb_org_key}}/grants/{{cb_principal_urn}}/profiles
-
Delete Grant for a Principal DELETE {{cb_url}}/access/v2/orgs/{{cb_org_key}}/grants/{{cb_principal_urn}}
-
Update Profile of Principalโs Grant PUT {{cb_url}}/access/v2/orgs/{{cb_org_key}}/grants/{{cb_principal_urn}}/profiles/{{cb_profile_uuid}}
-
Delete Profile DELETE {{cb_url}}/access/v2/orgs/{{cb_org_key}}/grants/{{cb_principal_urn}}/profiles/{{cb_profile_uuid}}