How do external tools (example: Postman) set user-based fields like Reporter, Assignee, Request Participants, Single-user fields, multi-user fields, etc. when the API does not accept email address? How are these other tools expected to know the user ID? I feel like I'm missing something because only accepting user ID doesn't seem functional for 90% of scenarios.
Hello @Mathew Lederman
Your process would need to include a call to the API to get the ID for the user based on searching the users for one with the specified email address, and extract the account ID from the response.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.