UserInfo Class¶
Information about a user.
Constructors¶
| Name | Description |
|---|---|
| UserInfo(string, bool, string) | Creates a new instance of the UserInfo class. |
Properties¶
| Name | Type | Description |
|---|---|---|
| AccountId | System.String | User’s unique account ID. |
| SameTeam | System.Boolean | Whether the user is on the current user’s team or not. |
| TeamMemberId | System.String | The team member ID of the user. Only present if SameTeam is true. |
Methods¶
| Name | Description |
|---|---|
| UserInfo.FromJson(JObject) | Creates a new instance of the UserInfo class using a JSON object. |
| UserInfo.ToString() | Returns a string containing all of the class’ properties. |