Add a user via a signup token
POST/invite/:token/signup
Create a user with the viewer root role and link them to the provided signup token
Request
Responses
- 200
- 400
- 409
userSchema
The request data does not match what we expect.
The provided resource can not be created or updated because it would conflict with the current state of the resource or with an already existing resource, respectively.