# 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} Version: 1.0 ## Path parameters: - `appId` (string, required) ## Request fields (application/json): - `tenantId` (string, required) - `accessType` (string) Enum: "FREE_ACCESS", "MANAGED_ACCESS" ## Response 201 fields (application/json): - `tenantId` (string, required) - `appIds` (array, required)