Back
GET api/v1/Account/Details
Requires Authorization
Get logged in user's account details.
Request Information
URI Parameters
None.
Body Parameters
None.
Sample Request
Response Information
Resource Description
UserProfileViewModelName | Description | Type | Additional information |
---|---|---|---|
TimeZone |
Time zone |
string |
None. |
Language |
Language |
string |
None. |
FirstName |
User's first name |
string |
Max length: 255 |
LastName |
User's last name |
string |
Max length: 255 |
PhoneNumber |
Users's phone number |
string |
Max length: 100 |
UserName |
Username i.e. email address user registered with |
string |
Max length: 256 |
NotificationEmail |
Notification email address for user |
string |
Max length: 255 |
Sample Response
application/json, text/json
Sample:
{ "TimeZone": "US Eastern Standard Time", "Language": "en-us", "FirstName": "John", "LastName": "Smith", "PhoneNumber": "3102100990", "UserName": "user@company.com", "NotificationEmail": null }