Public signup tokens

Get public signup tokens

Retrieves all existing public signup tokens.

get/api/admin/invite-link/tokens

Response

publicSignupTokensSchema

Example response

{
  "tokens": [
    {
      "secret": "a3c84b25409ea8ca1782ef17f94a42fc",
      "url": "https://my_unleash_instance/new-user?invite=a3c84b25409ea8ca1782ef17f94a42fc",
      "name": "Invite public viewers",
      "enabled": false,
      "expiresAt": "2023-04-12T11:13:31.960Z",
      "createdAt": "2023-04-12T11:13:31.960Z",
      "createdBy": "someone",
      "users": null,
      "role": {
        "id": 3,
        "type": "root",
        "name": "Viewer"
      }
    }
  ]
}

Changes

Changed in 2 of the 7 revisions of this API.3

    • added the optional property //// to the response with the status

      response-optional-property-added

    • added the optional property //// to the response with the status

      response-optional-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property //// to the response with the status

      response-optional-property-added