DocuSign.Api.Groups.groups_get_groups
You're seeing just the function
groups_get_groups
, go back to DocuSign.Api.Groups module for more information.
Specs
groups_get_groups(Tesla.Env.client(), String.t(), keyword()) :: {:ok, DocuSign.Model.Groups.t()} | {:error, Tesla.Env.t()}
Gets information about groups associated with the account. Retrieves information about groups associated with the account.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- opts (KeywordList): [optional] Optional parameters
- :count (String.t): Number of records to return. The number must be greater than 1 and less than or equal to 100.
- :group_type (String.t):
- :search_text (String.t):
- :start_position (String.t): Starting value for the list.
Returns
} on success {:error, info} on failure