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