Version 2.10.2
What's Changed
-
Changes to invite corporate user and consume invite
- When creating a new corporate user, the invite email is not sent automatically. This must now be triggered separately.
POST
/corporates/{id}/users/_/create
- A new API
POST
/corporates/{id}/invites/{invite_id}/send
- When inviting a corporate user, this new consume invite operation now returns the auth token for the user to avoid having to login again
POST
/auth/invites/{invite_id}/consume
- When creating a new corporate user, the invite email is not sent automatically. This must now be triggered separately.
-
Addition of new error codes as detailed below
-
Minor changes to responses as detailed below