Generate an admin user report
GET /ringcentral/admin/userReport
Generates RingCentral calls and messages report data for the requested extension using OAuth credentials stored for the App Connect user's RingCentral account. The route does not independently verify current RingCentral administrator status.
Operation ID: getRingCentralAdminUserReport
Authorization: BEARER or API key
Parameters
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
rcExtensionId |
query | string | Yes | RingCentral extension identifier. |
timezone |
query | string | No | IANA timezone used for report data. |
timeFrom |
query | string · date-time | No | Inclusive report start time. |
timeTo |
query | string · date-time | No | Exclusive report end time. |
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 |