Skip to content

ManagedAuthOptionsRequest

Request to load connector-provided options for one dynamic user-scoped field.

Properties

Property Type Required Description
fieldConst string Yes Manifest field identifier whose options should be refreshed. Minimum length: 1.
accountValues object of any No Transient account-scoped managed values used to load options before the first CRM login.

Example

{
  "fieldConst": "string",
  "accountValues": {}
}