Use token to insert end-user password
PUT https://api.nexway.store/endusers/public/initpassword/{passwordToken}
Parameter name | Value | Description | Additional |
---|---|---|---|
passwordToken | string | passwordToken |
Required |
The request body takes a complete PasswordModification resource, containing the following writable properties:
{
"password": "string",
"storeHostname": "string"
}
Name | Type | Description | Additional |
---|---|---|---|
password | string |
End-user password |
|
storeHostname | string |
Hostname of store |
Optional |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK Success |
EndUser |
401 | Unauthorized Unauthorized |
|
403 | Forbidden Forbidden |
|
404 | Not Found Not Found |
|
500 | Internal Server Error Failure |