List Identity Attributes

GET {{baseUrl}}/identity-attributes

This gets a collection of identity attributes.

Request Params

KeyDatatypeRequiredDescription
includeSystembooleanInclude "system" attributes in the response.
includeSilentbooleanInclude "silent" attributes in the response.
searchableOnlybooleanInclude only "searchable" attributes in the response.
countbooleanIf 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

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{"name":"uid","displayName":"Identity Security Cloud Username","standard":true,"type":"string","multi":false,"searchable":true,"system":false,"sources":[{"type":"rule","properties":{"attribute":null,"sourceName":"Employees"}},{"type":"rule","properties":{"attribute":null,"sourceName":"Employees"}}]},{"name":"uid","displayName":"Identity Security Cloud Username","standard":true,"type":"string","multi":false,"searchable":true,"system":false,"sources":[{"type":"rule","properties":{"attribute":null,"sourceName":"Employees"}},{"type":"rule","properties":{"attribute":null,"sourceName":"Employees"}}]}]