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