Returns all Account resources.
GET {{baseUrl}}/Accounts?filter=<string>&sortBy=<string>&sortOrder=<string>&startIndex=<integer>&count=<integer>&attributes=<string>&excludedAttributes=<string>
This endpoint returns all Account resources.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filter | string | Allows for query filters according to RFC-7644, Section 3.4.2.2 - not all operations are supported.<br/><br/>Example: filter=application.value eq "7f000001804444fe818051b44414444c" and displayName sw "G" | |
sortBy | string | Allows sorting the results by a resource's attributes.<br/><br/>Example: sortBy="displayName" | |
sortOrder | string | Determines what order to sort results in.<br/><br/>Example: sortOrder="descending" | |
startIndex | string | Determines the starting index of the result set.<br/><br/>Example: startIndex=1100 | |
count | string | Specifies the number of results per page.<br/><br/>Example: count=10 | |
attributes | string | The Account attributes to include in the response. The query parameter value is a comma-separated list of fields to be returned in the response for each Account.<br/><br/>Example: attributes=displayName,active<br/><br/> The attributes provided will be the only ones returned in the response, with the exception of id, schemas, and meta, which are always returned for an Account. | |
excludedAttributes | string | The Account attributes to exclude from the response. The query parameter value is a comma-separated list of fields to be excluded from the response for each Account.<br/><br/>Example: excludedAttributes=displayName,active<br/><br/> The attributes provided will be the only ones excluded from the response, with the exception of id, schemas, and meta, which are always returned for an Account. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"totalResults":38041150,"startIndex":1,"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"Resources":[{"id":"c0b4568a4fe7458c434ee77d1fbt156b","identity":{"userName":"Barbara.Jensen","displayName":"Barbara Jensen","value":"c0a7778b7ef71e79817ee74e6a1f0444","ref":"http://localhost:8080/iiq/scim/v2/Users/c0a7778b7ef71e79817ee74e6a1f0444"},"application":{"displayName":"Mock Application1","value":"c0a7778b7ef71e79817ee74e6a1f0444","ref":"http://localhost:8080/iiq/scim/v2/Applications/c0a7778b7ef71e79817ee74e6a1f0444"},"nativeIdentity":"a1b2c3","displayName":"Barbara Jensen","instance":"cupidatat irure occaecat elit officia","uuid":"{f99999ff-f000-444b-b6ae-4443dd6cd6ed}","urn:ietf:params:scim:schemas:sailpoint:1.0:Application:Schema:\u003cAPPLICATION NAME\u003e:account":{"elit1ec":-12838432.923167124,"dolore951":60557789},"active":true,"locked":true,"manuallyCorrelated":true,"hasEntitlements":true,"lastRefresh":"1995-03-20T08:50:58.799Z","lastTargetAggregation":"1994-12-14T22:09:14.414Z","meta":{"created":"2022-02-11T01:34:04.074-05:00","location":"http://localhost:8080/iiq/scim/v2/Accounts/c0b4568a4fe7458c434ee77d1fbt156b","lastModified":"2022-02-11T01:08:45.866-05:00","version":"W/\"1644561244074\"","resourceType":"Account"},"schemas":["urn:ietf:params:scim:schemas:sailpoint:1.0:Account","urn:ietf:params:scim:schemas:sailpoint:1.0:Application:Schema:Mock Application:account"]},{"id":"c0b4568a4fe7458c434ee77d1fbt156b","identity":{"userName":"Barbara.Jensen","displayName":"Barbara Jensen","value":"c0a7778b7ef71e79817ee74e6a1f0444","ref":"http://localhost:8080/iiq/scim/v2/Users/c0a7778b7ef71e79817ee74e6a1f0444"},"application":{"displayName":"Mock Application1","value":"c0a7778b7ef71e79817ee74e6a1f0444","ref":"http://localhost:8080/iiq/scim/v2/Applications/c0a7778b7ef71e79817ee74e6a1f0444"},"nativeIdentity":"a1b2c3","displayName":"Barbara Jensen","instance":"in","uuid":"{f99999ff-f000-444b-b6ae-4443dd6cd6ed}","urn:ietf:params:scim:schemas:sailpoint:1.0:Application:Schema:\u003cAPPLICATION NAME\u003e:account":{"qui_a1":false,"quis__":"elit Duis qui laboris","magnac":false},"active":true,"locked":true,"manuallyCorrelated":true,"hasEntitlements":true,"lastRefresh":"2020-09-21T18:01:31.880Z","lastTargetAggregation":"1965-12-24T11:24:15.174Z","meta":{"created":"2022-02-11T01:34:04.074-05:00","location":"http://localhost:8080/iiq/scim/v2/Accounts/c0b4568a4fe7458c434ee77d1fbt156b","lastModified":"2022-02-11T01:08:45.866-05:00","version":"W/\"1644561244074\"","resourceType":"Account"},"schemas":["urn:ietf:params:scim:schemas:sailpoint:1.0:Account","urn:ietf:params:scim:schemas:sailpoint:1.0:Application:Schema:Mock Application:account"]}]}