DocuSign v0.2.0 DocuSign.Model.UserProfiles View Source

Users' profiles

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %DocuSign.Model.UserProfiles{
  address: AddressInformationV2,
  authenticationMethods: [AuthenticationMethod],
  companyName: String.t(),
  displayOrganizationInfo: String.t(),
  displayPersonalInfo: String.t(),
  displayProfile: String.t(),
  displayUsageHistory: String.t(),
  profileImageUri: String.t(),
  title: String.t(),
  usageHistory: UsageHistory,
  userDetails: Users,
  userProfileLastModifiedDate: String.t()
}