MailSlurpAPI.Api.GroupController.get_group_with_contacts
You're seeing just the function
get_group_with_contacts
, go back to MailSlurpAPI.Api.GroupController module for more information.
Link to this function
get_group_with_contacts(connection, group_id, opts \\ [])
Specs
get_group_with_contacts(Tesla.Env.client(), String.t(), keyword()) :: {:ok, MailSlurpAPI.Model.GroupContactsDto.t()} | {:error, Tesla.Env.t()}
Get group and contacts belonging to it
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- group_id (String.t): groupId
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure