Skip to main content

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: ef38f94347e94562b5bb8424a56397d8

Responses

An Identity Attribute Config object

Schema
    enabled boolean

    Default value: true

    If the profile or 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 objectnullable

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

    property name* anynullable

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

  • ]
Loading...