GET api/activation/userInfo?activationGuid={activationGuid}
For activation user profile cases
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| activationGuid | string |
Required |
Body Parameters
None.
Response Information
| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryId |
Country id |
integer |
None. |
|
Email address |
string |
None. |
|
| isMulti |
Current user is multi user or not |
boolean |
None. |
| isAnyActivated |
Current user has any activated accounts already |
boolean |
None. |
| CustomerId |
Customer id |
integer |
None. |
| PasswordRequired |
Password is required or not |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"countryId": 1,
"email": "sample string 2",
"isMulti": true,
"isAnyActivated": true,
"customerId": 5,
"passwordRequired": true
}