Update a user
PUT/products/{product_id}/users/{user_id}.json
Update a user associated with your product.
Request
Responses
- 200
- 401
- 402
- 404
The product user updated data.
Unauthorized access error. The request requires authentication but was not provided or the provided authentication does not satisfy the required permissions.
The request is missing the specified argument.
The requested resource was not found.