Update subuser password
Reseller Endpoints
Update subuser password
PUT /api/reseller/v1/subusers//password: reset a subuser’s password
PUT
Update subuser password
Reset the password for a specific subuser.
Authentication
Requires a reseller API key. Pass it asAuthorization: Bearer YOUR_API_KEY or X-API-Key: YOUR_API_KEY. See Reseller overview.
Path parameters
The subuser username (full prefixed username, e.g.
MYSTORE_user1).Body parameters
The new password for the subuser.
Example request
Example response
Errors
- 401
UNAUTHORIZED: missing or invalid API key - 403
NOT_RESELLER: account is not a reseller - 404
NOT_FOUND: no subuser with that username

