POST Notification/SetupUser?DonorId={DonorId}&ConfirmationToken={ConfirmationToken}&Username={Username}&Password={Password}&Phone={Phone}
Create new User
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DonorId |
Donor Id in Aversys |
integer |
Required |
| ConfirmationToken |
Confirmation Token |
string |
Required |
| Username |
new Username |
string |
Required |
| Password |
new Password |
string |
Required |
| Phone |
Phone - required for reset password purpose |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Identity Result
IdentityResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Errors | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.
