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
Authentication
Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format
Request
publicSignupTokenCreateSchema
name
The token's name.
expiresAt
The token's expiration date.
Response headers
location
The location of the newly created resource.
Response
The resource was successfully created.
secret
The actual value of the token. This is the part that is used by Unleash to create an invite link
url
The public signup link for the token. Users who follow this link will be taken to a signup page where they can create an Unleash user.
name
The token's name. Only for displaying in the UI
enabled
Whether the token is active. This property will always be false for a token that has expired.
expiresAt
The time when the token will expire.
createdAt
When the token was created.
createdBy
The creator's email or username
role
Users who sign up using this token will be given this role.
users
Array of users that have signed up using the token.