POST api/User/{id}/Anonymize
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
UserModelName | Description | Type | Additional information |
---|---|---|---|
UserName | string |
Required |
|
string |
Required |
||
Password | string |
Required Data type: Password String length: inclusive between 6 and 20 |
|
ConfirmPassword | string |
Data type: Password |
|
ScopeId | integer |
Required |
|
CandidateId | integer |
None. |
|
DateOfBirth | date |
None. |
|
Phone | string |
None. |
|
Host | string |
Required |
|
AspNetUserId | string |
None. |
|
LastName | string |
None. |
|
FirstName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserName": "sample string 1", "Email": "sample string 2", "Password": "sample string 3", "ConfirmPassword": "sample string 4", "ScopeId": 5, "CandidateId": 6, "DateOfBirth": "2024-11-21T10:32:49.1998554+01:00", "Phone": "sample string 7", "Host": "sample string 8", "AspNetUserId": "sample string 9", "LastName": "sample string 10", "FirstName": "sample string 11" }
Response Information
Resource Description
UserName | Description | Type | Additional information |
---|---|---|---|
RowNumber | integer |
None. |
|
Portrait | Collection of Object |
None. |
|
EmailConfirmed | string |
Data type: EmailAddress Max length: 128 |
|
Password | string |
Data type: Password Max length: 128 |
|
PasswordConfirmed | string |
Data type: Password Max length: 128 |
|
ScopeIds | Collection of integer |
Required |
|
RoleIds | Collection of string |
Required |
|
AspNetUserUserName | string |
None. |
|
AspNetUserEmail | string |
None. |
|
_Messages | Collection of ControllerMessage |
None. |
|
Features | Dictionary of string [key] and boolean [value] |
None. |
|
Id | integer |
None. |
|
ScopeId | integer |
None. |
|
AspNetUserId | string |
None. |
|
CandidateId | integer |
None. |
|
Name | string |
None. |
|
LastName | string |
None. |
|
FirstName | string |
None. |
|
string |
None. |
||
Phone | string |
None. |
|
Language | string |
None. |
|
Configuration | string |
None. |
|
Settings | string |
None. |
|
ReferenceId | string |
None. |
|
LastLogin | date |
None. |
|
IsActive | boolean |
None. |
|
Sort | integer |
None. |
|
Comment | string |
None. |
|
DatePublish | date |
None. |
|
DateExpires | date |
None. |
|
Version | date |
None. |
|
IsDeleted | boolean |
None. |
|
History | string |
None. |
|
AspNetUser | AspNetUsers |
None. |
|
Scopes | Collection of Scope |
None. |
|
Scope | Scope |
None. |
|
ActivityLog | Collection of ActivityLog |
None. |
|
Candidate | Candidate |
None. |
|
ChangeLogs | Collection of ChangeLog |
None. |
|
Calendars | Collection of Calendar |
None. |
|
Notations | Collection of Notation |
None. |
|
Mails | Collection of Mail |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/csv
Sample:
Sample not available.