GET api/v1/account/users/currentLoggedInfo
This method get for current user logged info.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
UserInfoBasicName | Description | Type | Additional information |
---|---|---|---|
UserID | integer |
None. |
|
Username | string |
None. |
|
Fullname | string |
None. |
|
Language | integer |
None. |
|
LocaleID | integer |
None. |
|
UserFeatureList | string |
None. |
|
ClientPreferences | string |
None. |
|
IsEulaAccepted | boolean |
None. |
|
IsSMSEulaAccepted | boolean |
None. |
|
DateFormatID | integer |
None. |
|
TimeFormatID | integer |
None. |
|
PushNotificationStatus | integer |
None. |
|
HasResetPassword | boolean |
None. |
|
IsRootedDeviceAccepted | boolean |
None. |
|
IsLocalyticsEnabled | integer |
None. |
|
IsAppStoreLogEnabled | integer |
None. |
|
IsMarketingOptionEnabled | integer |
None. |
|
IsMarketingDefaultValue | integer |
None. |
|
IsMonitoringDefaultValue | integer |
None. |
|
IsOtpSupported | integer |
None. |
|
IsOtpEnabled | integer |
None. |
|
UserOtpEmail | string |
None. |
|
ForceResetPassword | boolean |
None. |
|
UserCodeDirectPushEnabled | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "UserID": 1, "Username": "sample string 2", "Fullname": "sample string 3", "Language": 4, "LocaleID": 5, "UserFeatureList": "sample string 6", "ClientPreferences": "sample string 7", "IsEulaAccepted": true, "IsSMSEulaAccepted": true, "DateFormatID": 10, "TimeFormatID": 11, "PushNotificationStatus": 12, "HasResetPassword": true, "IsRootedDeviceAccepted": true, "IsLocalyticsEnabled": 15, "IsAppStoreLogEnabled": 16, "IsMarketingOptionEnabled": 17, "IsMarketingDefaultValue": 18, "IsMonitoringDefaultValue": 19, "IsOtpSupported": 20, "IsOtpEnabled": 21, "UserOtpEmail": "sample string 22", "ForceResetPassword": true, "UserCodeDirectPushEnabled": true }
application/xml, text/xml
Sample:
<UserInfoBasic xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TC2Domain"> <ClientPreferences>sample string 7</ClientPreferences> <DateFormatID>10</DateFormatID> <ForceResetPassword>true</ForceResetPassword> <Fullname>sample string 3</Fullname> <HasResetPassword>true</HasResetPassword> <IsAppStoreLogEnabled>16</IsAppStoreLogEnabled> <IsEulaAccepted>true</IsEulaAccepted> <IsLocalyticsEnabled>15</IsLocalyticsEnabled> <IsMarketingDefaultValue>18</IsMarketingDefaultValue> <IsMarketingOptionEnabled>17</IsMarketingOptionEnabled> <IsMonitoringDefaultValue>19</IsMonitoringDefaultValue> <IsOtpEnabled>21</IsOtpEnabled> <IsOtpSupported>20</IsOtpSupported> <IsRootedDeviceAccepted>true</IsRootedDeviceAccepted> <IsSMSEulaAccepted>true</IsSMSEulaAccepted> <Language>4</Language> <LocaleID>5</LocaleID> <PushNotificationStatus>12</PushNotificationStatus> <TimeFormatID>11</TimeFormatID> <UserCodeDirectPushEnabled>true</UserCodeDirectPushEnabled> <UserFeatureList>sample string 6</UserFeatureList> <UserID>1</UserID> <UserOtpEmail>sample string 22</UserOtpEmail> <Username>sample string 2</Username> </UserInfoBasic>