User Invite
POST {{apiBaseUrl}}/v1/users/create
The create user API is used to invite new users to their BoldSign organization with their unique email addresses if they don't already have one. You can create the maximum number of users based on their BoldSign subscription plan.
All newly invited users will receive a verification email from BoldSign, and a member account will be created by default. After verification, the invited user can create a password.
RESPONSES
status: OK
{"users":[{"emailId":"luthercooper@cubeflakes.com","userId":"e892ea92-xxxx-xxxx-xxxx-bbdbcaa5xxxx","teamId":"xxc5b097-xxxx-xxxx-xxxx-afd07c66xxxx"},{"emailId":"hankwhite@cubeflakes.com","userId":"8eec6e8d-xxxx-xxxx-xxxx-bfc81abcxxxx","teamId":"xxc5b097-xxxx-xxxx-xxxx-afd07c66xxxx"}]}