Users
Invite a User
Create a User and invite them to the system
post/v2/users/invite
Request body
Example request
{
"firstName": "John",
"lastName": "Doe",
"primaryContactNumber": "11235555555",
"mfaType": "TOTP",
"roles": [
"velo.payor.admin"
],
"smsNumber": "11235555555",
"entityId": "7fffa261-ac68-49e6-b605-d24a444d9206",
"userType": "PAYEE",
"email": "foo@example.com",
"secondaryContactNumber": "11235555550",
"verificationCode": "123456"
}Response
No Content. The user was invited successfully