-
Notifications
You must be signed in to change notification settings - Fork 0
New user workflow
Jon Connolly edited this page Aug 7, 2020
·
2 revisions
Although the core functionality allows users to be added through the admin page the endpoint for user creation is through the organization app.
See /swagger /v1.0/organization/users/ Routes
This stubs out an inactive user and sets the user's organization
After a user is added to an organization the user needs to be invited through the invitation endpoint
See /swagger /v1.0/invite/invite/ Routes
This will create a perishable token (48 hours) and send an invite to the email address used as the user name
Once a user clicks on this link they will go to a frontend form which allows them create a password and set their first and last name.
See /swagger /v1.0/invite/register/ Routes
A valid post will set user to active and delete the token