Get identities

GET {{baseUrl}}/identities?page[size]=1000&page[cursor]=<string>

To retrieve all identities in Security Manager

Request Params

KeyDatatypeRequiredDescription
page[size]numberMaximum number of items to return in a single
page[cursor]stringCursor representing which page to fetch

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;links&quot;:{&quot;self&quot;:&quot;/identities?page[size]=1000&quot;,&quot;next&quot;:&quot;/identities?page[size]=1000\u0026page[cursor]=3871472183724393&quot;},&quot;data&quot;:[{&quot;id&quot;:7946,&quot;type&quot;:&quot;Identity&quot;,&quot;attributes&quot;:{&quot;lastName&quot;:&quot;Smith&quot;,&quot;email&quot;:&quot;james.smith@siemens.com&quot;,&quot;firstName&quot;:&quot;James&quot;}},{&quot;id&quot;:7946,&quot;type&quot;:&quot;Identity&quot;,&quot;attributes&quot;:{&quot;lastName&quot;:&quot;Smith&quot;,&quot;email&quot;:&quot;james.smith@siemens.com&quot;,&quot;firstName&quot;:&quot;James&quot;}}]}