Skip to main content

Identity Outliers List

GET 

https://sailpoint.api.identitynow.com/beta/peer-group-strategies/:strategy/identity-outliers

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

-- Deprecated : See 'IAI Outliers' This API will be used by Identity Governance systems to identify identities that are not included in an organization's peer groups. By default, 250 identities are returned. You can specify between 1 and 1000 number of identities that can be returned.

Request

Responses

List of identities that are not included in peer groups.

Authorization: oauth2

var client = new HttpClient();
var request = new HttpRequestMessage(HttpMethod.Get, "https://sailpoint.api.identitynow.com/beta/peer-group-strategies/:strategy/identity-outliers");
request.Headers.Add("Accept", "application/json");
request.Headers.Add("Authorization", "Bearer <TOKEN>");
var response = await client.SendAsync(request);
response.EnsureSuccessStatusCode();
Console.WriteLine(await response.Content.ReadAsStringAsync());
Request Collapse all
Base URL
https://sailpoint.api.identitynow.com/beta
Auth
Parameters
— pathrequired
— query
— query
— query
ResponseClear

Click the Send API Request button above and see the response here!