Added
Email-based user lookup and jobTitle standardization
1 day ago
-
Added an optional email filter to GET /iam/v1/users for direct, stable user lookup by email.
-
Extended POST /iam/v1/users/invite to accept
firstName,lastName, andjobTitle. -
Standardized the user schema on
jobTitleacross list, update, and invite APIs, deprecatingjobFunction.For backward compatibility, the API still accepts
jobFunctionin requests. If a client sendsjobFunctioninstead ofjobTitle, the server automatically copies the value intojobTitleand processes it as ifjobTitlehad been sent. However, we recommend updating your calls to usejobTitle.