Function mailslurp::apis::inbox_controller_api::get_organization_inboxes[][src]

pub async fn get_organization_inboxes(
    configuration: &Configuration,
    params: GetOrganizationInboxesParams
) -> Result<PageOrganizationInboxProjection, Error<GetOrganizationInboxesError>>

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).