POST api/v1/Reports/User/UpdateUserData
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
UserName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
FirstName | string |
None. |
|
Password | string |
None. |
|
OldPassword | string |
None. |
|
LastName | string |
None. |
|
MiddleName | string |
None. |
|
Zip | string |
None. |
|
LoginId | string |
None. |
|
PhoneNo | string |
None. |
|
EmailId | string |
None. |
|
OldEmailId | string |
None. |
|
Address1 | string |
None. |
|
Address2 | string |
None. |
|
ProfileImageUrl | string |
None. |
|
TotalCreditsEarned | decimal number |
None. |
|
TotalCourseCompleted | integer |
None. |
|
CityId | integer |
None. |
|
Isactive | boolean |
None. |
|
ManagerEmailID | string |
None. |
|
GenderId | integer |
None. |
|
Device | string |
None. |
|
ClassesCompleted | integer |
None. |
|
Credits | integer |
None. |
|
Gender | string |
None. |
|
City | string |
None. |
|
Store | Collection of Store |
None. |
|
Category | Collection of ProductCategory |
None. |
|
TenantFeatures | Collection of FeatureTenant |
None. |
|
AssociatedRoles | Collection of Role |
None. |
|
CountryId | integer |
None. |
|
CountryName | string |
None. |
|
StateId | integer |
None. |
|
StateName | string |
None. |
|
Action | string |
None. |
|
UserGroups | Collection of UserGroupModel |
None. |
|
IsSuperAdmin | integer |
None. |
|
DataSource | DataSource |
None. |
|
AccountEnabled | boolean |
None. |
|
DisplayName | string |
None. |
|
JobTitle | string |
None. |
|
PreferredLanguage | string |
None. |
|
TelephoneNumber | string |
None. |
|
Source | string |
None. |
|
SourceId | string |
None. |
|
ImportType | string |
None. |
|
IsSAMLUser | boolean |
None. |
|
IsHybridUser | boolean |
None. |
|
IsHybridCustom | boolean |
None. |
|
PwCreatedOn | date |
None. |
|
IsResetRequired | boolean |
None. |
|
UserScore | Object |
None. |
|
IsBBICUser | boolean |
None. |
|
ImageData | string |
None. |
|
ContentType | string |
None. |
|
IsLocked | boolean |
None. |
|
IsPrivacyPolicyAccepted | boolean |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/html
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.