|
Docusign CSharp Docs
|
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< Account > | GetAccounts () |
| 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< Account > | Accounts [get] |
| string | Name [get, set] |
| string | GivenName [get, set] |
| string | FamilyName [get, set] |
| string | Created [get, set] |
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.
|
inline |
Returns the JSON string presentation of the object
1.8.13