Skip to main content

Attribute Sync Config

GET 

/sources/:id/attribute-sync-config

This API returns the existing attribute synchronization configuration for a source specified by the given ID. The response contains all attributes, regardless of whether they enabled or not. A token with ORG_ADMIN or HELPDESK authority is required to call this API.

Request

Path Parameters

    id stringrequired

    The source id

    Example: 2c9180835d191a86015d28455b4a2329

Responses

Attribute synchronization configuration for a source

Schema
    source objectrequired

    Target source for attribute synchronization.

    type string

    Possible values: [SOURCE]

    DTO type of target source for attribute synchronization.

    id string

    ID of target source for attribute synchronization.

    name string

    Human-readable name of target source for attribute synchronization.

    attributes object[]required

    Attribute synchronization configuration for specific identity attributes in the context of a source

  • Array [
  • name stringrequired

    Name of the identity attribute

    displayName stringrequired

    Display name of the identity attribute

    enabled booleanrequired

    Determines whether or not the attribute is enabled for synchronization

    target stringrequired

    Name of the source account attribute to which the identity attribute value will be synchronized if enabled

  • ]
Loading...