Overview
Gets information about the currently logged in account. The account does not need to be enabled for this resource to return information about the account. The information will be somewhat restricted if the account is not enabled.HTTP request
POST /Agent/Account/Info
Authentication
Requires a valid JWT bearer token.Request (JSON)
Response (JSON)
Response parameters
| Parameter | Description |
|---|---|
| PUserName | User name of currently logged in account. |
| PCreated | When account was created. |
| PEMail | Validated e-mail address associated with account. Empty string if none, or null if the account is not enabled. |
| PEMailVerified | When the e-mail address was verified. If the e-mail address has not been verified, this property will return null. |
| PPhoneNr | Validated phone number associated with account. Empty string if none, or null if the account is not enabled. |
| PPhoneNrVerified | When the phone number was verified. If the phone number has not been verified, this property will return null. |