Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface CreateOrganizationClientsRequestContent

    {
    * clients: [{
    * client_id: "client_id",
    * use_for_member_access: true
    * }]
    * }
    interface CreateOrganizationClientsRequestContent {
        clients: CreateOrganizationClientRequestItem[];
    }
    Index

    List of clients to associate with the organization.