Public signup tokens
Create, update, and delete Unleash Public Signup tokens.
📄️ Validate signup token
Check whether the provided public sign-up token exists, has not expired and is enabled
📄️ Add a user via a signup token
Create a user with the viewer root role and link them to the provided signup token
📄️ Get public signup tokens
Retrieves all existing public signup tokens.
📄️ Create a public signup token
Lets administrators create a invite link to share with colleagues. People that join using the public invite are assigned the `Viewer` role
📄️ Retrieve a token
Get information about a specific token. The `:token` part of the URL should be the token's secret.
📄️ Update a public signup token
Update information about a specific token. The `:token` part of the URL should be the token's secret.