MailSlurpAPI.Api.GroupController.get_all_groups
You're seeing just the function
get_all_groups
, go back to MailSlurpAPI.Api.GroupController module for more information.
Link to this function
get_all_groups(connection, opts \\ [])
Specs
get_all_groups(Tesla.Env.client(), keyword()) :: {:ok, MailSlurpAPI.Model.PageGroupProjection.t()} | {:error, Tesla.Env.t()}
Get all Contact Groups in paginated format
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- opts (KeywordList): [optional] Optional parameters
} on success {:error, info} on failure