Skip to main content

Get Account Activity

GET 

/account-activities/:id

This gets a single account activity by its id.

Request

Path Parameters

    id stringrequired

    The account activity id

    Example: ef38f94347e94562b5bb8424a56397d8

Responses

An account activity object

Schema

    id string

    ID of the account activity itself

    name string
    created date-time
    modified date-timenullable
    completed date-timenullable
    completionStatus CompletionStatus (string)nullable

    Possible values: [SUCCESS, FAILURE, INCOMPLETE, PENDING, null]

    The status after completion.

    type stringnullable

    requesterIdentitySummary

    object

    nullable

    id string

    ID of this identity summary

    name string

    Human-readable display name of identity

    identityId string

    ID of the identity that this summary represents

    completed boolean

    Indicates if all access items for this summary have been decided on

    targetIdentitySummary

    object

    nullable

    id string

    ID of this identity summary

    name string

    Human-readable display name of identity

    identityId string

    ID of the identity that this summary represents

    completed boolean

    Indicates if all access items for this summary have been decided on

    errors string[]nullable
    warnings string[]nullable

    items

    object[]

    nullable

  • Array [

  • id string

    Item id

    name string

    Human-readable display name of item

    requested date-time

    Date and time item was requested

    approvalStatus AccountActivityApprovalStatus (string)nullable

    Possible values: [FINISHED, REJECTED, RETURNED, EXPIRED, PENDING, CANCELED, null]

    The state of an approval status

    provisioningStatus ProvisioningState (string)

    Possible values: [PENDING, FINISHED, UNVERIFIABLE, COMMITED, FAILED, RETRY]

    Provisioning state of an account activity item

    requesterComment

    object

    nullable

    commenterId string

    Id of the identity making the comment

    commenterName string

    Human-readable display name of the identity making the comment

    body string

    Content of the comment

    date date-time

    Date and time comment was made

    reviewerIdentitySummary

    object

    nullable

    id string

    ID of this identity summary

    name string

    Human-readable display name of identity

    identityId string

    ID of the identity that this summary represents

    completed boolean

    Indicates if all access items for this summary have been decided on

    reviewerComment

    object

    nullable

    commenterId string

    Id of the identity making the comment

    commenterName string

    Human-readable display name of the identity making the comment

    body string

    Content of the comment

    date date-time

    Date and time comment was made

    operation AccountActivityItemOperation (string)nullable

    Possible values: [ADD, CREATE, MODIFY, DELETE, DISABLE, ENABLE, UNLOCK, LOCK, REMOVE, SET, null]

    Represents an operation in an account activity item

    attribute stringnullable

    Attribute to which account activity applies

    value stringnullable

    Value of attribute

    nativeIdentity stringnullable

    Native identity in the target system to which the account activity applies

    sourceId string

    Id of Source to which account activity applies

    accountRequestInfo

    object

    nullable

    If an account activity item is associated with an access request, captures details of that request.

    requestedObjectId string

    Id of requested object

    requestedObjectName string

    Human-readable name of requested object

    requestedObjectType RequestableObjectType (string)

    Possible values: [ACCESS_PROFILE, ROLE, ENTITLEMENT]

    The currently supported requestable object types.

    clientMetadata

    object

    nullable

    Arbitrary key-value pairs, if any were included in the corresponding access request item

    property name* string
    removeDate date-timenullable

    The date the role or access profile or entitlement is no longer assigned to the specified identity.

  • ]

  • executionStatus ExecutionStatus (string)

    Possible values: [EXECUTING, VERIFYING, TERMINATED, COMPLETED]

    The current state of execution.

    clientMetadata

    object

    nullable

    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

    nullable

    commenterId string

    Id of the identity making the comment

    commenterName string

    Human-readable display name of the identity making the comment

    body string

    Content of the comment

    date date-time

    Date and time comment was made

Loading...