added
User Management New Endpoints: View Invitations, Create and Delete Users
November 18th, 2024
You can now:
- Create Users with the
POST /users
endpoint, which also creates a User Invitation. - Delete Users in
invited
status with theDELETE /users/{userId}
endpoint. - View User Invitations through dedicated User Invitation endpoints (see guide on User Invitation).
Refer to our API Guide for more details.