How to sync a specific user in IAS

You want to sync specific users from SF to IAS.

๐Ÿ‘‰ First of all , are you using API 1 version? If so, then:

sf.user.filterstatus in ‘active’ and username ne ‘yourusername’for active users and the specific one
sf.user.filterusername ne ‘yourusername’for only the specific one

๐Ÿ‘‰ If you are using API 2 version, then

sf.user.filter=active eq “true” and userName eq “sf_username_placeholder”.

โญMore info at this link, where are available all the API reference

Leave a Comment

Your email address will not be published. Required fields are marked *