Update a user's Ring Central extension
Profile Management
Update RingCentral Extension
Admin-only endpoint to update the Ring Central extension stored in a user’s personal information.
PUT
Update a user's Ring Central extension
Admin-only endpoint to update the Ring Central extension stored in a user’s personal information.
Request
Headers
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | Bearer token |
| Content-Type | string | Yes | application/json |
Request Body
Request Body Schema
| Field | Type | Required | Description |
|---|---|---|---|
| payload | object | Yes | Update payload |
| payload.userId | string | Yes | User ID to update |
| payload.rcExtension | string | Yes | New extension number |
Response
200 OK - Successfully updated RC extension
400 Bad Request
401 Unauthorized
404 Not Found
500 Internal Server Error
Example
Notes
- This is an admin-only endpoint - requires administrative privileges
- The extension must be unique across the system
- Extension numbers should be 2-10 digits long
- The user ID must be a valid MongoDB ObjectId
- Only administrators can update other users’ extensions