Name | Description | Type |
---|---|---|
AuthenticationToken |
The authentication token generated for the user when the credentials are validated. |
string |
AuthenticationTokenCreated |
The date (in UTC) the authentication token was created. |
date |
AuthenticationTokenExpires |
The date (in UTC) the authentication token expires. |
date |
Id |
The id. |
integer |
Username |
The username. |
string |
DisplayName |
The display name. |
string |
EmailAddress |
The email address. |
string |
Tasks |
The tasks. Things the user is allowed to do in the system |
Collection of string |
Projects |
The projects that the user has access to |
Collection of Smg.RestApi.Model.Project |
UnauthorizedProjects |
The projects the user has access to, but aren't enabled for API access. |
Collection of Smg.RestApi.Model.Project |
RequiresPasswordUpdate |
Indicates whether or not the user needs to update their password. |
boolean |
RequiresSecurePassword |
Indicates whether or not the user needs to update their password. |
boolean |