Updates a user
Updates a user
Path Parameters
userId string required
The user Id.
application/json
Request Body
User.
email string nullable
firstName string nullable
lastName string nullable
role string nullable
Responses
- 200
- 401
- 403
- 404
The updated user.
application/json
Schema
Example (from schema)
Schema
object
{}
Unauthorized
Access denied
Not found
Loading...