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.