Skip to main content

Synchronize single source attributes.

POST 

/sources/:id/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 source. A token with ORG_ADMIN or SOURCE_ADMIN authority is required to call this API.

Request

Path Parameters

    id stringrequired

    The Source id

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Responses

A Source 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...