Returns all Account resources.
GET/Accounts
This endpoint returns all Account resources.
Request
Query Parameters
Allows for query filters according to RFC-7644, Section 3.4.2.2 - not all operations are supported.
Allows sorting the results by a resource's attributes.
Default value: ascending
Determines what order to sort results in.
Default value: 1
Determines the starting index of the result set.
Default value: 1000
Specifies the number of results per page.
A comma-separated list of attributes to return in the response. This query parameter supersedes excludedAttributes, so providing the same attribute(s) to both will result in the attribute(s) being returned.
A comma-separated list of attributes to exclude from the response. Some attributes cannot be excluded.
Responses
- 200
Returns all Account resources.
- application/json
- application/scim+json
- Schema
- Example (from schema)
Schema
Array [
]
Number of Account resources returned
The starting index of the resource set list. Can be specified with startIndex query parameter.
SCIM Schema used for response.
Resources
undefined[]
IdentityIQ id of the Account.
identity
The corresponding User object of the Account.
The identity name of the Account User.
The displayable name of the Account User.
IdentityIQ identifier for the Account User.
The URI of the SCIM resource representing the Account User.
application
The corresponding Application object of the Account.
The displayable name of the Account Application.
IdentityIQ identifier for the Account Application.
The URI of the SCIM resource representing the Account Application.
The Account unique identifier associated with the native application. This field is immutable.
The name of the Account, suitable for display to end-users.
The instance identifier of the Account. This field is immutable.
The UUID of the Account.
urn:ietf:params:scim:schemas:sailpoint:1.0:Application:Schema:APPLICATION NAME:account
object
Provide the name of Application that corresponds to this Account in APPLICATION NAME. This field contains an object structure dependent on the Application that the Account applies to.
Example: urn:ietf:params:scim:schemas:sailpoint:1.0:Application:Schema:My Application1:account: { "department": "IT"}
Provide the name of Application that corresponds to this Account in APPLICATION NAME. This field contains an object structure dependent on the Application that the Account applies to.
Example: urn:ietf:params:scim:schemas:sailpoint:1.0:Application:Schema:My Application1:account: { "department": "IT"}
Flag to indicate this account is enabled or disabled.
Flag to indicate this account is locked. An account may be unlocked by setting this attribute to false, but can not be locked by setting a false value to true.
Flag to indicate this account has been manually correlated in the UI.
Flag to indicate this account has one or more entitlement attributes.
Datetime representation of the last refresh for this Account.
Datetime representation of last targeted aggregation for the Account.
meta
Metadata of the SCIM resource.
Datetime this resource was created.
The location of the resource.
Datetime the resource was last modified.
The version of the SCIM resource.
The resource type.
The schemas involved in the SCIM resource.
{
"totalResults": "18,",
"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": null,
"uuid": "{f99999ff-f000-444b-b6ae-4443dd6cd6ed}",
"urn:ietf:params:scim:schemas:sailpoint:1.0:Application:Schema:APPLICATION NAME:account": {},
"active": true,
"locked": true,
"manuallyCorrelated": true,
"hasEntitlements": true,
"lastRefresh": "2024-07-29T15:51:28.071Z",
"lastTargetAggregation": "2024-07-29T15:51:28.071Z",
"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"
]
}
]
}
- Schema
- Example (from schema)
Schema
Array [
]
Number of Account resources returned.
The starting index of the resource set list. Can be specified with startIndex query parameter.
SCIM Schema used for response.
Resources
undefined[]
The SCIM resources returned for this endpoint.
IdentityIQ id of the Account.
identity
The corresponding User object of the Account.
The identity name of the Account User.
The displayable name of the Account User.
IdentityIQ identifier for the Account User.
The URI of the SCIM resource representing the Account User.
application
The corresponding Application object of the Account.
The displayable name of the Account Application.
IdentityIQ identifier for the Account Application.
The URI of the SCIM resource representing the Account Application.
The Account unique identifier associated with the native application. This field is immutable.
The name of the Account, suitable for display to end-users.
The instance identifier of the Account. This field is immutable.
The UUID of the Account.
urn:ietf:params:scim:schemas:sailpoint:1.0:Application:Schema:APPLICATION NAME:account
object
Provide the name of Application that corresponds to this Account in APPLICATION NAME. This field contains an object structure dependent on the Application that the Account applies to.
Example: urn:ietf:params:scim:schemas:sailpoint:1.0:Application:Schema:My Application1:account: { "department": "IT"}
Provide the name of Application that corresponds to this Account in APPLICATION NAME. This field contains an object structure dependent on the Application that the Account applies to.
Example: urn:ietf:params:scim:schemas:sailpoint:1.0:Application:Schema:My Application1:account: { "department": "IT"}
Flag to indicate this account is enabled or disabled.
Flag to indicate this account is locked. An account may be unlocked by setting this attribute to false, but can not be locked by setting a false value to true.
Flag to indicate this account has been manually correlated in the UI.
Flag to indicate this account has one or more entitlement attributes.
Datetime representation of the last refresh for this Account.
Datetime representation of last targeted aggregation for the Account.
meta
Metadata of the SCIM resource.
Datetime this resource was created.
The location of the resource.
Datetime the resource was last modified.
The version of the SCIM resource.
The resource type.
The schemas involved in the SCIM resource.
{
"totalResults": "1500,",
"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": null,
"uuid": "{f99999ff-f000-444b-b6ae-4443dd6cd6ed}",
"urn:ietf:params:scim:schemas:sailpoint:1.0:Application:Schema:APPLICATION NAME:account": {},
"active": true,
"locked": true,
"manuallyCorrelated": true,
"hasEntitlements": true,
"lastRefresh": "2024-07-29T15:51:28.071Z",
"lastTargetAggregation": "2024-07-29T15:51:28.071Z",
"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"
]
}
]
}