# Create application to account (tenant) assignment Assign an application to a specific account (tenant). Provide the application ID as a path parameter and the target account (tenant) ID in the request body. Endpoint: POST /resources/applications/tenant-assignments/v1/{appId} ## Path parameters: - `appId` (string, required) ## Request fields (application/json): - `tenantId` (string, required) ## Response 201 fields (application/json): - `tenantId` (string, required) - `appIds` (array, required)