DocuSign.Api.UserProfiles.user_profile_get_profile
You're seeing just the function
user_profile_get_profile
, go back to DocuSign.Api.UserProfiles module for more information.
Link to this function
user_profile_get_profile(connection, account_id, user_id, opts \\ [])
View SourceSpecs
user_profile_get_profile(Tesla.Env.client(), String.t(), String.t(), keyword()) :: {:ok, DocuSign.Model.UserProfiles.t()} | {:error, Tesla.Env.t()}
Retrieves the user profile for a specified user. Retrieves the user profile information, the privacy settings and personal information (address, phone number, etc.) for the specified user. The userId parameter specified in the endpoint must match the authenticated user's user ID and the user must be a member of the specified 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