API
API enhancements
New
external_id user field introduced.You can now attach your own identifier to users via the new external_id field when creating or updating users via the API.
- The
external_idfield supports up to 100 characters and can be used as a filter when listing users. - Multiple users can have the same
external_idvalue.
Visit our Users API Documentation for more information.