Hi All
Long time lurker, appreciating any help already.
On the user profile > preferences > profile - there is a free text property | Job Title. Can I ask the greater community some questions please ?
Can this property be returned in an API response ?
Can it be updated via an API, to make the field a single select ?
Can it be renamed, or can I add other properties to a user data page ?
Best Regards
Kevin
Hi, @Kevin_Philips
Welcome to our community! Thanks for your questions.
Overall, you are not missing an option. Both APIs have limitations, and neither Users nor Owners are returnable objects with the Properties API.
The Owners endpoints are not modifiable — Owners API “The owners API endpoints are read-only”. There is not an option to use additional properties as a query param or in the request body.
The Users API endpoints can provision users and include — email, team, role, and permission sets but not `Job Title`. Any additional details are managed in-app. I understand why it would be useful to handle this programmatically.
Have fun building! — Jaycee