Assign Resources to Client Account Configuration
Client Account Configurations
Assign Resources to Client Account Configuration
Replaces all resource assignments for a client account configuration with the provided set.
Authentication
All requests require an Authorization header using Bearer token authentication:
Authorization: Bearer <api_key>
POST
Assign Resources to Client Account Configuration
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Global ID of the client account configuration. Required.
Example:
"Q2xpZW50QXNzZXRHcm91cDoxMjM="
Body
application/json
Resource assignments to apply
Map of resource types to lists of global IDs. Required. At least one resource type with a non-empty list must be provided.

