Skip to main content

Attribute synchronization for single identity.

POST 

/identities/:identityId/synchronize-attributes

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

Responses

An Identity Sync job

Schema
    id stringrequired

    Job ID.

    status stringrequired

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

    The job status.

    payload objectrequired

    Job payload.

    type stringrequired

    Payload type.

    dataJson stringrequired

    Payload type.

Loading...