Mapping Configuration - Set Tenant Mapping
Learn how this endpoint validates tenant mapping and sets it if valid.
Request
To set the tenant mapping use this endpoint:
POST {SFDCConnectorURL}\configuration\{tenantId}\{profileName}\mapping
Parameter | Required | Description | |
---|---|---|---|
Headers | Authorization | Yes | Access Token in format "Bearer
(see details in
Authentication API) |
Content-Type | Yes | Must be "
| |
Query | tenantId | Yes | Tenant ID |
Query | profileName | Yes | Name of the profile |
Body | Yes |
|
Response
Success: 200 status: Mapping for {tenantId}+{profileName} has been updated}
Error: 400 Bad Request, { error: {reason}}