MergeHRISClient.Api.AccountDetails.account_details_retrieve

You're seeing just the function account_details_retrieve, go back to MergeHRISClient.Api.AccountDetails module for more information.
Link to this function

account_details_retrieve(connection, authorization, x_account_token, opts \\ [])

View Source

Specs

account_details_retrieve(Tesla.Env.client(), String.t(), String.t(), keyword()) ::
  {:ok, MergeHRISClient.Model.AccountDetails.t()} | {:error, Tesla.Env.t()}

Get details for a linked account.

Parameters

  • connection (MergeHRISClient.Connection): Connection to server
  • authorization (String.t): Should include 'Bearer ' followed by your production API Key.
  • x_account_token (String.t): Token identifying the end user.
  • opts (KeywordList): [optional] Optional parameters

    Returns

on success {:error, Tesla.Env.t} on failure