GET /api/user/list

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.

1 Like

@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?

1 Like

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.

1 Like

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.