DocuSign CSharp Docs
Classes | Public Member Functions | Properties | List of all members
DocuSign.eSign.Client.Auth.OAuth.UserInfo Class Reference
Inheritance diagram for DocuSign.eSign.Client.Auth.OAuth.UserInfo:

Classes

class  Account
 Account model with the following properties: accountId: the account ID GUID. isDefault: whether this is the default account, when the user has access to multiple accounts. accountName: the human-readable name of the account. baseUri: the base URI associated with this account. It also tells which DocuSign data center the account is hosted on. More...
 
class  Link
 Link model with the following properties: rel: currently the only value is "self". href: the direct link of the organization. More...
 
class  Organization
 Organization model with the following properties: organizationId: the organization ID GUID if DocuSign Org Admin is enabled. links: this is list of organization direct links associated with the DocuSign account. More...
 

Public Member Functions

void AddAccount (Account account)
 
List< AccountGetAccounts ()
 
override bool Equals (object o)
 
override int GetHashCode ()
 
override string ToString ()
 
string ToJson ()
 Returns the JSON string presentation of the object More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 
bool Equals (UserInfo other)
 

Properties

string Sub [get, set]
 
string Email [get, set]
 
List< AccountAccounts [get]
 
string Name [get, set]
 
string GivenName [get, set]
 
string FamilyName [get, set]
 
string Created [get, set]
 

Detailed Description

UserInfo model with the following properties:
sub: the user ID GUID.
accounts: this is list of DocuSign accounts associated with the current user.
name: the user's full name.
givenName: the user's given name.
familyName: the user's family name.
email: the user's email address.
created: the UTC DateTime when the user login was created.

See also
Account

Member Function Documentation

◆ ToJson()

string DocuSign.eSign.Client.Auth.OAuth.UserInfo.ToJson ( )
inline

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

The documentation for this class was generated from the following file: