Skip to main content

Attribute synchronization for single identity.

POST 

/identities/:identityId/synchronize-attributes

experimental

This API is currently in an experimental state. The API is subject to change based on feedback and further testing. You must include the X-SailPoint-Experimental header and set it to true to use this endpoint.

This end-point performs attribute synchronization for a selected identity. The endpoint can be called once in 10 seconds per identity. A token with ORG_ADMIN or API authority is required to call this API.

Request

Path Parameters

    identityId stringrequired

    The Identity id

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Responses

An Identity Sync job

Schema

    id stringrequired

    Job ID.

    status stringrequired

    Possible values: [QUEUED, IN_PROGRESS, SUCCESS, ERROR]

    The job status.

    payload

    object

    required

    Job payload.

    type stringrequired

    Payload type.

    dataJson stringrequired

    Payload type.

Loading...