Skip to main content

Get default Identity Attribute Config

GET 

/identity-profiles/:identity-profile-id/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.

Request

Path Parameters

    identity-profile-id uuidrequired

    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[]
  • Array [
  • 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...