Add a userCopy Pagepost https://api.vrio.app/usersAdd new userBody Paramsfirst_namestringrequiredFirst name for new user.last_namestringrequiredlast name for new user.emailstringrequiredEmail for user.group_idintegerrequiredSet the group ID for the user. This can be found in the Groups section in Vrio.user_typestringenumrequired ui - User Interface api_key - API Key uiapi_keyAllowed:uiapi_keyphonestringPhone number for user.ip_whiteliststringSet a comma separated list of IP Address that this user can access Vrio from.send_activation_emailbooleanShould an activation email be sent. This would only apply for UI users.truefalsepasswordstringThe password must be at least 12 characters and contain at least one uppercase letter, one lower case letter and one number. Required if send_activation_email is false and user type is UI.activebooleanSet the active status of a user.truefalsenotesstringApply note to the history of this user.Responses 200OK 400Error response 401Unauthorized response 403Forbidden response 500Error responseUpdated 7 days ago