Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Identity Hub
  • Access management
  • Pricing policy
  • Terraform reference
    • Authentication
      • Overview
        • Overview
          • Overview
          • SetReplicationToken
          • ResetReplicationToken
          • CreateSynchronizationSettings
          • UpdateSynchronizationSettings
          • DeleteSynchronizationSettings
          • GetSynchronizationSettings
          • ListSupportedAttributes
  • Audit Trails events
  • Release notes
  • Yandex Identity Hub Sync Agent release notes

In this article:

  • HTTP request
  • Query parameters
  • Response
  • UserSupportedAttribute
  • SourceAttributes
  • GroupSupportedAttribute
  1. API reference
  2. REST
  3. Identity Provider API
  4. Synchronization
  5. ListSupportedAttributes

Identity Provider API, REST: Synchronization.ListSupportedAttributes

Written by
Yandex Cloud
Updated at December 15, 2025
  • HTTP request
  • Query parameters
  • Response
  • UserSupportedAttribute
  • SourceAttributes
  • GroupSupportedAttribute

Lists supported attributes for synchronization.

HTTP requestHTTP request

GET https://organization-manager.api.cloud.yandex.net/organization-manager/v1/idp/synchronization-supported-attributes

Query parametersQuery parameters

Request to list supported attributes.

Field

Description

flavor

enum (AttributesFlavor)

Required field. Flavor of attributes to list.

  • ACTIVE_DIRECTORY: Active Directory attributes.

ResponseResponse

HTTP Code: 200 - OK

{
  "userSupportedAttributes": [
    {
      "targetAttribute": "string",
      "sourceAttributes": [
        {
          "type": "string",
          "attributes": [
            "string"
          ]
        }
      ]
    }
  ],
  "groupSupportedAttributes": [
    {
      "targetAttribute": "string",
      "sourceAttributes": [
        {
          "type": "string",
          "attributes": [
            "string"
          ]
        }
      ]
    }
  ]
}

Response message for SynchronizationService.ListSupportedAttributes.

Field

Description

userSupportedAttributes[]

UserSupportedAttribute

List of supported user attributes.

groupSupportedAttributes[]

GroupSupportedAttribute

List of supported group attributes.

UserSupportedAttributeUserSupportedAttribute

Supported user attribute configuration.

Field

Description

targetAttribute

enum (UserTargetAttribute)

Target attribute to map to.

  • FULL_NAME: Full name attribute.
  • GIVEN_NAME: Given name attribute.
  • FAMILY_NAME: Family name attribute.
  • EMAIL: Email attribute.
  • PHONE_NUMBER: Phone number attribute.
  • USERNAME: Username attribute.

sourceAttributes[]

SourceAttributes

List of source attribute configurations.

SourceAttributesSourceAttributes

Source attribute configuration.

Field

Description

type

enum (MappingType)

Type of mapping.

  • DIRECT: Direct mapping from source to target.
  • EMPTY: Empty mapping (no source attribute).

attributes[]

string

List of source attribute names. Empty for EMPTY type.

GroupSupportedAttributeGroupSupportedAttribute

Supported group attribute configuration.

Field

Description

targetAttribute

enum (GroupTargetAttribute)

Target attribute to map to.

  • NAME: Name attribute.
  • DESCRIPTION: Description attribute.

sourceAttributes[]

SourceAttributes

List of source attribute configurations.

Was the article helpful?

Previous
GetSynchronizationSettings
Next
Overview
© 2025 Direct Cursus Technology L.L.C.