how to check the user in another developer instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2023 04:14 AM - edited 08-04-2023 04:15 AM
Hello Community,
Can anyone help us check the user form source personal developer instance to another developer instance with a user name instead of a sys_id through the rest API get method? It would be great if anyone could provide the syntax for this.
Thanks,
Learner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2023 02:41 PM
Hi, I would not use plain text to confirm the existence of 'matched' records across multiple instances as this may result in errors\unexpected results and would suggest that if you require any record to exist across multiple instances, that you use xml to insert 1 record into any target instance that needs to match.
Regarding a REST query for searching on a text match; you would simply use any encoded query that returns the results you require, and I would recommend you start by testing using rest API explorer in your source instance to create your REST message\query.