Get Account Activity
This gets a single account activity by its id.
Path Parameters
- id string required
The account activity id
Example: ef38f94347e94562b5bb8424a56397d8
- 200
- 400
- 401
- 403
- 404
- 429
- 500
An account activity object
- application/json
- Schema
- Example (from schema)
Schema
- id string
ID of the account activity itself
- name string
- created date-time
- modified date-time
- completed date-time
- completionStatus string
Possible values: [
SUCCESS
,FAILURE
,INCOMPLETE
,PENDING
]The status after completion.
- type string
requesterIdentitySummary object
id stringID of this identity summary
name stringHuman-readable display name of identity
identityId stringID of the identity that this summary represents
completed booleanIndicates if all access items for this summary have been decided on
targetIdentitySummary object
id stringID of this identity summary
name stringHuman-readable display name of identity
identityId stringID of the identity that this summary represents
completed booleanIndicates if all access items for this summary have been decided on
- errors string[]
- warnings string[]
items object[]
id stringItem id
name stringHuman-readable display name of item
requested date-timeDate and time item was requested
approvalStatus stringPossible values: [
FINISHED
,REJECTED
,RETURNED
,EXPIRED
,PENDING
,CANCELED
]The state of a work item
provisioningStatus stringPossible values: [
PENDING
,FINISHED
,UNVERIFIABLE
,COMMITED
,FAILED
,RETRY
]Provisioning state of an account activity item
requesterComment object
commenterId stringId of the identity making the comment
commenterName stringHuman-readable display name of the identity making the comment
body stringContent of the comment
date date-timeDate and time comment was made
reviewerIdentitySummary object
id stringID of this identity summary
name stringHuman-readable display name of identity
identityId stringID of the identity that this summary represents
completed booleanIndicates if all access items for this summary have been decided on
reviewerComment object
commenterId stringId of the identity making the comment
commenterName stringHuman-readable display name of the identity making the comment
body stringContent of the comment
date date-timeDate and time comment was made
operation stringPossible values: [
ADD
,CREATE
,MODIFY
,DELETE
,DISABLE
,ENABLE
,UNLOCK
,LOCK
,REMOVE
]Represents an operation in an account activity item
attribute stringAttribute to which account activity applies
value stringValue of attribute
nativeIdentity stringNative identity in the target system to which the account activity applies
sourceId stringId of Source to which account activity applies
accountRequestInfo object
If an account activity item is associated with an access request, captures details of that request.
requestedObjectId stringId of requested object
requestedObjectName stringHuman-readable name of requested object
requestedObjectType stringPossible values: [
ACCESS_PROFILE
,ROLE
,ENTITLEMENT
]Enum represented the currently supported requestable object types. Additional values may be added in the future without notice.
clientMetadata object
Arbitrary key-value pairs, if any were included in the corresponding access request item
property name*
stringremoveDate date-timeThe date the role or access profile is no longer assigned to the specified identity.
- executionStatus string
Possible values: [
EXECUTING
,VERIFYING
,TERMINATED
,COMPLETED
]The current state of execution.
clientMetadata object
Arbitrary key-value pairs, if any were included in the corresponding access request
property name*
string- cancelable boolean
Whether the account activity can be canceled before completion
cancelComment object
commenterId stringId of the identity making the comment
commenterName stringHuman-readable display name of the identity making the comment
body stringContent of the comment
date date-timeDate and time comment was made
{
"id": "2c9180835d2e5168015d32f890ca1581",
"name": "2c9180835d2e5168015d32f890ca1581",
"created": "2017-07-11T18:45:37.098Z",
"modified": "2018-06-25T20:22:28.104Z",
"completed": "2018-10-19T13:49:37.385Z",
"completionStatus": "SUCCESS",
"type": "appRequest",
"requesterIdentitySummary": {
"id": "ff80818155fe8c080155fe8d925b0316",
"name": "SailPoint Services",
"identityId": "c15b9f5cca5a4e9599eaa0e64fa921bd",
"completed": true
},
"targetIdentitySummary": {
"id": "ff80818155fe8c080155fe8d925b0316",
"name": "SailPoint Services",
"identityId": "c15b9f5cca5a4e9599eaa0e64fa921bd",
"completed": true
},
"errors": [
"sailpoint.connector.ConnectorException: java.lang.InterruptedException: Timeout waiting for response to message 0 from client 57a4ab97-ab3f-4aef-9fe2-0eaf15c73d26 after 60 seconds."
],
"warnings": null,
"items": [
{
"id": "48c545831b264409a81befcabb0e3c5a",
"name": "48c545831b264409a81befcabb0e3c5a",
"requested": "2017-07-11T18:45:37.098Z",
"approvalStatus": "FINISHED",
"provisioningStatus": "PENDING",
"requesterComment": {
"commenterId": "2c918084660f45d6016617daa9210584",
"commenterName": "Adam Kennedy",
"body": "Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.",
"date": "2017-07-11T18:45:37.098Z"
},
"reviewerIdentitySummary": {
"id": "ff80818155fe8c080155fe8d925b0316",
"name": "SailPoint Services",
"identityId": "c15b9f5cca5a4e9599eaa0e64fa921bd",
"completed": true
},
"reviewerComment": {
"commenterId": "2c918084660f45d6016617daa9210584",
"commenterName": "Adam Kennedy",
"body": "Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.",
"date": "2017-07-11T18:45:37.098Z"
},
"operation": "ADD",
"attribute": "detectedRoles",
"value": "Treasury Analyst [AccessProfile-1529010191212]",
"nativeIdentity": "Sandie.Camero",
"sourceId": "2c91808363ef85290164000587130c0c",
"accountRequestInfo": {
"requestedObjectId": "2c91808563ef85690164001c31140c0c",
"requestedObjectName": "Treasury Analyst",
"requestedObjectType": "ACCESS_PROFILE"
},
"clientMetadata": {
"customKey1": "custom value 1",
"customKey2": "custom value 2"
},
"removeDate": "2020-07-11T00:00:00Z"
}
],
"executionStatus": "COMPLETED",
"clientMetadata": {},
"cancelable": true,
"cancelComment": {
"commenterId": "2c918084660f45d6016617daa9210584",
"commenterName": "Adam Kennedy",
"body": "Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.",
"date": "2017-07-11T18:45:37.098Z"
}
}
Client Error - Returned if the request body is invalid.
- application/json
- Schema
- Example (from schema)
Schema
- detailCode string
Fine-grained error code providing more detail of the error.
- trackingId string
Unique tracking id for the error.
messages object[]
Generic localized reason for error
locale stringThe locale for the message text, a BCP 47 language tag.
localeOrigin stringPossible values: [
DEFAULT
,REQUEST
]An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
text stringActual text of the error message in the indicated locale.
causes object[]
Plain-text descriptive reasons to provide additional detail to the text provided in the messages field
locale stringThe locale for the message text, a BCP 47 language tag.
localeOrigin stringPossible values: [
DEFAULT
,REQUEST
]An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
text stringActual text of the error message in the indicated locale.
{
"detailCode": "400.1 Bad Request Content",
"trackingId": "e7eab60924f64aa284175b9fa3309599",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
],
"causes": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
]
}
Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.
- application/json
- Schema
- Example (from schema)
Schema
- error
A message describing the error
{
"error": "JWT validation failed: JWT is expired"
}
Forbidden - Returned if the user you are running as, doesn't have access to this end-point.
- application/json
- Schema
- Example (from schema)
- 403
Schema
- detailCode string
Fine-grained error code providing more detail of the error.
- trackingId string
Unique tracking id for the error.
messages object[]
Generic localized reason for error
locale stringThe locale for the message text, a BCP 47 language tag.
localeOrigin stringPossible values: [
DEFAULT
,REQUEST
]An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
text stringActual text of the error message in the indicated locale.
causes object[]
Plain-text descriptive reasons to provide additional detail to the text provided in the messages field
locale stringThe locale for the message text, a BCP 47 language tag.
localeOrigin stringPossible values: [
DEFAULT
,REQUEST
]An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
text stringActual text of the error message in the indicated locale.
{
"detailCode": "400.1 Bad Request Content",
"trackingId": "e7eab60924f64aa284175b9fa3309599",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
],
"causes": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
]
}
An example of a 403 response object
{
"detailCode": "403 Forbidden",
"trackingId": "b21b1f7ce4da4d639f2c62a57171b427",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The server understood the request but refuses to authorize it."
}
]
}
Not Found - returned if the request URL refers to a resource or object that does not exist
- application/json
- Schema
- Example (from schema)
- 404
Schema
- detailCode string
Fine-grained error code providing more detail of the error.
- trackingId string
Unique tracking id for the error.
messages object[]
Generic localized reason for error
locale stringThe locale for the message text, a BCP 47 language tag.
localeOrigin stringPossible values: [
DEFAULT
,REQUEST
]An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
text stringActual text of the error message in the indicated locale.
causes object[]
Plain-text descriptive reasons to provide additional detail to the text provided in the messages field
locale stringThe locale for the message text, a BCP 47 language tag.
localeOrigin stringPossible values: [
DEFAULT
,REQUEST
]An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
text stringActual text of the error message in the indicated locale.
{
"detailCode": "400.1 Bad Request Content",
"trackingId": "e7eab60924f64aa284175b9fa3309599",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
],
"causes": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
]
}
An example of a 404 response object
{
"detailCode": "404 Not found",
"trackingId": "b21b1f7ce4da4d639f2c62a57171b427",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The server did not find a current representation for the target resource."
}
]
}
Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.
- application/json
- Schema
- Example (from schema)
Schema
- message
A message describing the error
{
"message": " Rate Limit Exceeded "
}
Internal Server Error - Returned if there is an unexpected error.
- application/json
- Schema
- Example (from schema)
- 500
Schema
- detailCode string
Fine-grained error code providing more detail of the error.
- trackingId string
Unique tracking id for the error.
messages object[]
Generic localized reason for error
locale stringThe locale for the message text, a BCP 47 language tag.
localeOrigin stringPossible values: [
DEFAULT
,REQUEST
]An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
text stringActual text of the error message in the indicated locale.
causes object[]
Plain-text descriptive reasons to provide additional detail to the text provided in the messages field
locale stringThe locale for the message text, a BCP 47 language tag.
localeOrigin stringPossible values: [
DEFAULT
,REQUEST
]An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
text stringActual text of the error message in the indicated locale.
{
"detailCode": "400.1 Bad Request Content",
"trackingId": "e7eab60924f64aa284175b9fa3309599",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
],
"causes": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
]
}
An example of a 500 response object
{
"detailCode": "500.0 Internal Fault",
"trackingId": "b21b1f7ce4da4d639f2c62a57171b427",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "An internal fault occurred."
}
]
}