List Identity Attributes
GET {{baseUrl}}/identity-attributes
Use this API to get a collection of identity attributes.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
includeSystem | boolean | Include 'system' attributes in the response. | |
includeSilent | boolean | Include 'silent' attributes in the response. | |
searchableOnly | boolean | Include only 'searchable' attributes in the response. | |
count | boolean | If true it will populate the X-Total-Count response header with the number of results that would be returned if limit and offset were ignored. |
Since requesting a total count can have a performance impact, it is recommended not to send count=true if that value will not be used.
See V3 API Standard Collection Parameters for more information. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-SailPoint-Experimental | boolean | (Required) Use this header to enable this experimental API. | |
Accept | string |
RESPONSES
status: OK
[{"name":"costCenter","displayName":"Cost Center","standard":false,"type":"string","multi":false,"searchable":false,"system":false,"sources":[{"type":"rule","properties":{"ruleType":"IdentityAttribute","ruleName":"Cloud Promote Identity Attribute"}},{"type":"rule","properties":{"ruleType":"IdentityAttribute","ruleName":"Cloud Promote Identity Attribute"}}]},{"name":"costCenter","displayName":"Cost Center","standard":false,"type":"string","multi":false,"searchable":false,"system":false,"sources":[{"type":"rule","properties":{"ruleType":"IdentityAttribute","ruleName":"Cloud Promote Identity Attribute"}},{"type":"rule","properties":{"ruleType":"IdentityAttribute","ruleName":"Cloud Promote Identity Attribute"}}]}]