MailSlurpAPI.Api.InboxController.get_organization_inboxes
You're seeing just the function
get_organization_inboxes
, go back to MailSlurpAPI.Api.InboxController module for more information.
Link to this function
get_organization_inboxes(connection, opts \\ [])
Specs
get_organization_inboxes(Tesla.Env.client(), keyword()) :: {:ok, MailSlurpAPI.Model.PageOrganizationInboxProjection.t()} | {:error, Tesla.Env.t()}
List Organization Inboxes Paginated
List organization inboxes in paginated form. These are inboxes created with allowTeamAccess
flag enabled. Organization inboxes are readOnly
for non-admin users. The results are available on the content
property of the returned object. This method allows for page index (zero based), page size (how many results to return), and a sort direction (based on createdAt time).
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- opts (KeywordList): [optional] Optional parameters
} on success {:error, info} on failure