DocuSign.Api.UserSocialAccountLogins.user_social_login_get_user_social_login
You're seeing just the function
user_social_login_get_user_social_login
, go back to DocuSign.Api.UserSocialAccountLogins module for more information.
Link to this function
user_social_login_get_user_social_login(connection, account_id, user_id, opts \\ [])
View SourceSpecs
user_social_login_get_user_social_login( Tesla.Env.client(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.UserSocialIdResult.t()} | {:error, Tesla.Env.t()}
Gets a list of a user's social accounts. Retrieves a list of social accounts linked to a user's account.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- user_id (String.t): The user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure