DocuSign.Api.GroupUsers.groups_get_group_users
You're seeing just the function
groups_get_group_users
, go back to DocuSign.Api.GroupUsers module for more information.
Link to this function
groups_get_group_users(connection, account_id, group_id, opts \\ [])
View SourceSpecs
groups_get_group_users(Tesla.Env.client(), String.t(), String.t(), keyword()) :: {:ok, DocuSign.Model.GroupUsers.t()} | {:error, Tesla.Env.t()}
Gets a list of users in a group. Retrieves a list of users in a group.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- group_id (String.t): The ID of the group being accessed.
- 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.
- :start_position (String.t): Starting value for the list.
Returns
} on success {:error, info} on failure