Send the welcome notification to selected users
POST/users/activate-welcome
Sends the welcome notification to a hand-picked selection of users, the deferred half of onboarding for a tenant that has automatic welcomes switched off. Users who are already onboarded are skipped rather than sent to again, and the response reports how many of each. Sending is not gated on the notification type being enabled: that switch governs automatic delivery, and this send is not automatic.
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
What the activation did
Bad request - empty or oversized selection
Unauthorized
Forbidden
Too many requests - rate limited by the API firewall; wait out the Retry-After delay before retrying
Response Headers
Retry-After
Delay in seconds a client must wait before retrying the request
Internal server error