DocuSign.Api.ConnectConfigurations.connect_get_connect_users
You're seeing just the function
connect_get_connect_users
, go back to DocuSign.Api.ConnectConfigurations module for more information.
Link to this function
connect_get_connect_users(connection, account_id, connect_id, opts \\ [])
View SourceSpecs
connect_get_connect_users(Tesla.Env.client(), String.t(), String.t(), keyword()) :: {:ok, DocuSign.Model.IntegratedUserInfoList.t()} | {:error, Tesla.Env.t()}
Returns users from the configured Connect service. Returns users from the configured Connect service.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- connect_id (String.t): The ID of the custom Connect configuration being accessed.
- opts (KeywordList): [optional] Optional parameters
- :count (String.t): Optional. Number of items to return.
- :email_substring (String.t): Filters the returned user records by the email address or a sub-string of email address.
- :list_included_users (String.t):
- :start_position (String.t): The position within the total result set from which to start returning values. The value thumbnail may be used to return the page image.
- :status (String.t): Filters the results by user status. You can specify a comma-separated list of the following statuses: ActivationRequired ActivationSent Active Closed * Disabled
- :user_name_substring (String.t): Filters the user records returned by the user name or a sub-string of user name.
Returns
} on success {:error, info} on failure