Update an existing user
PATCH/v2/users/:User-ID
The endpoint allows to update the details for existing users based on user ID.
Updating the Verification Details
Verification details are stored as a single verification object. We do not store the preceding data, so in the case of updating existing data, we can only overwrite it. It is impossible to change a single detail of verification data, like birth date or nationality; if the update of verification data is needed, the whole verification object needs to be sent again.
For Partners, using BTS “Bring Your Own License” solution, this endpoint can only be used to update the account_level_id and language parameters.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 422
- 429
- 500
- 503
Update user
Error
Invalid user
Account is inactive
Not found
Duplicate external_id
Error
Too Many Requests
Response Headers
The rate limit ceiling for the current time window. Envoy may include multiple limits and window metadata.
50, 50;w=1The number of requests remaining in the current rate limit window.
0The number of seconds until the current rate limit window resets.
1Indicates the request was rate limited by the Envoy proxy.
trueError
Maintenance or Service unavailable