v4
latestOpenAPI 3.1.02026-08-019681,1012.0 MBusers
Generate Signup Link
Generate a signup link for a new user and send it via email.
This endpoint is used by admins in the console Command Center. We create an unverified user entry and send a signup email to the new user.
When the show_invitation_link_and_reset_password feature flag is enabled, the signup URL is also returned in the API response. Otherwise, it is sent exclusively via email.
The user is then verified via one of the following endpoints:
- POST /users
- POST /users/social
post/signup_link
Query parameters
user_emailstring email required
Response
Successful Response