Replaced by
https://developer.sailpoint.com/idn/api/beta/list-identities
The turn-off date for /api/user/list will be extended to June 14th, 2024, since it is needed by POST /api/user/invite.
Replaced by
https://developer.sailpoint.com/idn/api/beta/list-identities
The turn-off date for /api/user/list will be extended to June 14th, 2024, since it is needed by POST /api/user/invite.
@colin_mckibben We’re still using the /apps/*
APIs which I think have been extended to August. To create or update an app using that API, the app owner ID is required in the old (numeric) identity ID format. What we’re currently doing to get the numeric identity ID is use /api/user/list
to search for the user by alias and get the ID that way. If this is turned off in June, is there another way to get the numeric identity ID?
In the case of applications, you can actually use the long ID of identities to set application owners. Please see @angelo_mekenkamp 's reply here.
Hi Wayne,
Could you please send me the details of the query and filter used to get the short ID for a single identity, we used /api/user/list but unable to get the detail by using alias in filter, your support would be helpful…
@gauravgarg46
/cc/api/user/list?filters=[{"property": "alias", "value": "john.doe"}]
I have tried in our environment like below:
/cc/api/user/list?filters=[{“property”: “alias”, “value”: “3991163”}], it is returning 400 response (Bad Data).
Surely I am using the right alias value in filter.