Load dynamic managed-auth options
POST /admin/managedAuth/options
Validates the RingCentral administrator, then loads connector-provided choices for one dynamic user-scoped managed authentication field. Transient account values are not persisted.
Operation ID: postAdminManagedAuthOptions
Authorization: API key or API key
Parameters
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
platform |
query | string | Yes | Connector platform whose dynamic field options should be loaded. |
connectorId |
query | string | No | Private or shared Developer Portal connector identifier. |
devRcAccountId |
query | string | No | RingCentral account that owns the private or shared Developer Portal connector. |
isPrivate |
query | boolean | No | Whether the connector is private or shared. |
Request body
Dynamic managed-auth field and transient account values used to load its options.
Required: Yes
Content type: application/json
Schema: ManagedAuthOptionsRequest
{
"fieldConst": "userId",
"accountValues": {
"companyId": "company-123"
}
}
Responses
| Status | Description | Body |
|---|---|---|
200 |
Connector-provided options for the requested dynamic user field. | ManagedAuthOptionsResponse |
400 |
Bad request, missing authentication, or connector error. | ErrorResponse, string |
403 |
The caller is authenticated but is not permitted to perform the operation. | ErrorResponse, string |