User Management
Create user
Creates a new user.
<!-- theme: warning --><div style="display:none;">⚠️ Try It
To use the Try It feature for this endpoint, you must use the credentials for your Sandbox API user.
Include at least the email address and value for the role of this new user.
Request parameters
- role -merchantIds
Response parameters
- message
post/user/v3/account/emvioUser
Request body
Example request
{
"email": "newuser@example.com",
"role": "A",
"merchantIds": [
"000999",
"100039",
"100040",
"100041"
]
}Response
Success
Changes
No recorded changes to this endpoint across all 1 revision of this API.