Update a user
PUT/tap/api/v1/users/:userId
Updates a user. Only the fields present in the request body are changed. Allowed for an admin or the user themselves.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
The updated user.
The request body is invalid.
The user is not authorized to access this resource.
The caller does not have privileges to update this user.
No user exists with the given identifier.
The email domain is not allowed.
The user could not be updated.