Programmatically adding Cameyo users to your account
If you'd like to programmatically add an authorized Cameyo user with his own credentials, please see our users/add API: https://docs.cameyo.com/api/index.html?add.htm
The syntax is: https://online.cameyo.com/users/add?clientId=...&clientSecret=...&user=newuser@company.com
As an example you can have your website 'request for information' forms directly call this API upon user submission.
See the API documentation for more details.