Skip to main content

Get default Identity Attribute Config​

This returns the default identity attribute config. A token with ORG_ADMIN authority is required to call this API to get the default identity attribute config.

Path Parameters
  • identity-profile-id uuid required

    The Identity Profile ID.

    Example: 2b838de9-db9b-abcf-e646-d4f274ad4238
Responses

An Identity Attribute Config object.


Schema
  • enabled boolean

    Default value: false

    The backend will only promote values if the profile/mapping is enabled.

  • attributeTransforms object[]
  • identityAttributeName string

    Name of the identity attribute.

  • transformDefinition object

    The seaspray transformation definition.

  • type string

    The type of the transform definition.

  • attributes object

    Arbitrary key-value pairs to store any metadata for the object

  • anyOf
Loading...