Users
Update User Details
Update the profile details for the given user
When updating Payor users with the role of payor.master_admin a verificationCode is required
post/v2/users/{userId}/userDetailsUpdate
Path parameters
userIdstring uuid required
The UUID of the User.
Request body
Example request
{
"firstName": "John",
"lastName": "Doe",
"primaryContactNumber": "11235555555",
"mfaType": "TOTP",
"smsNumber": "11235555555",
"secondaryContactNumber": "11235555550",
"email": "foo@example.com",
"verificationCode": "123456"
}Response
request completed okay