Reinitialize admin user mapping
POST /admin/reinitializeUserMapping
Clears and rebuilds the account's CRM-to-RingCentral user mapping from the supplied extension list after App Connect session and RingCentral administrator validation. Existing mapping state can be replaced.
Operation ID: postAdminReinitializeUserMapping
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 |