MailSlurpAPI.Api.ApiInternalController (mailslurp v15.7.5)
API calls for all endpoints tagged ApiInternalController
.
Link to this section Summary
Functions
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- key (String.t):
- get_or_create_saml_user_options (GetOrCreateSamlUserOptions):
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure
Link to this section Functions
Link to this function
get_saml_user_or_create(connection, key, get_or_create_saml_user_options, opts \\ [])
Specs
get_saml_user_or_create( Tesla.Env.client(), String.t(), MailSlurpAPI.Model.GetOrCreateSamlUserOptions.t(), keyword() ) :: {:ok, MailSlurpAPI.Model.UserDto.t()} | {:error, Tesla.Env.t()}
parameters
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- key (String.t):
- get_or_create_saml_user_options (GetOrCreateSamlUserOptions):
- opts (KeywordList): [optional] Optional parameters
returns
Returns
} on success {:error, info} on failure