Skip to main content
POST
Assign Resources to Client Account Configuration

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

client_account_configuration_id
string
required

Global ID of the client account configuration. Required.

Example:

"Q2xpZW50QXNzZXRHcm91cDoxMjM="

Body

application/json

Resource assignments to apply

assigned_resources
object
required

Map of resource types to lists of global IDs. Required. At least one resource type with a non-empty list must be provided.

Response

Resources assigned to client account configuration successfully. Returns the Client Account Configuration ID and validated resource assignments.

status
string
Example:

"success"

message
string
Example:

"Resources assigned to client account configuration successfully"

data
object