Resolve CRM user mappings
POST /admin/userMapping
Resolves CRM users for the supplied RingCentral extension list and returns the resulting account mapping. The connector can initialize missing mapping records or indicate that a user session should be revoked. This operation does not save the submitted extension list as configuration.
Operation ID: postAdminUserMapping
Authorization: BEARER and API key or BEARER and API key or API key and API key or API key and API key
Request body
Connector-defined JSON payload. The exact fields depend on the selected connector interface.
Content type: application/json
Schema: object of any
{}
Responses
| Status | Description | Body |
|---|---|---|
200 |
Successful route-specific JSON response. Consult the operation description for ownership and semantics. | GenericSuccessResponse |
400 |
Bad request, missing authentication, or connector error. | ErrorResponse, string |
401 |
The user session is expired or revoked. | ErrorResponse, string |
403 |
The caller is authenticated but is not permitted to perform the operation. | ErrorResponse, string |