Looking at the “Get a User” API Endpoint (https://demomachine:4443/GroupIDDataService/api/IdentityStores/{identityStoreId}/Users/{userIdentity}) it appears we need to know the objectGUID of the user in advance. How can we search for a user through an API call based on their name or email address in order to retrieve the objectGUID (userID entity)?
Hi Hunter,
Welcome to the community ![]()
Good question. I’m digging into this right now.
It looks like this may require doing a more general search via the API first to retrieve the user details, and then using that info (like the objectGUID) for the specific call. I’m going to validate this and put together some details.
I’ll share an update soon!
Thank you!