List Admin Organizations

get/api/v2/admin/organization

Query Parameters

  • searchstring
    Optional search term for filtering organizations
  • pricingPlanstring
    Optional pricing plan filter
  • enterpriseIdstring
    Optional enterprise ID filter
  • salesforceAccountIdstring
    Optional Salesforce account ID filter
  • prevIdstring
    Optional ID of the previous organization for pagination
  • limitstring<number>
    Optional limit on the number of organizations returned
  • fieldsstring or array
    Optional fields for field projection

200 Response

organizations array[object] required
The organizations
enterprises array[string]
The list of enterprises associated with the organization
id string required
The organization ID
name string
The name of the organization
pricingPlanOne of
The pricing plan for the organization
enterpriseNameSuffixOne of
The suffix for the enterprise name
salesforceAccountId string
The Salesforce account ID
defaultEnterpriseValues object
The default values for the enterprise
approvedVideoIdUsers array[string]
The list of approved users for video ID
defaultOrgEnterpriseTemplateId string
orgFeatureFlags array[string]
All feature flags that should be set on the organization
Allowed values: disableLivenessAsDefault dontSendStatementEmailNotifications userManagementServiceEnabled achDebitsEnabledAllEnterprises
reserveGoAccountId
string or null
The ID of the organization's reserve holdings Go account
licenses array[string]
Organization-level licenses
Allowed value: DAppConnections
nextBatchPrevId string
The ID of the next batch

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

404 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id