Skip to main content

Get single Identity Profile​

This returns a single Identity Profile based on ID. A token with ORG_ADMIN or API authority is required to call this API.

Path Parameters
  • identity-profile-id uuid required

    The Identity Profile ID.

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

An Identity Profile object.


Schema
  • id string

    System-generated unique ID of the Object

  • name string

    Name of the Object

  • created date-time

    Creation date of the Object

  • modified date-time

    Last modification date of the Object

  • description string

    The description of the Identity Profile.

  • owner object

    The owner of the Identity Profile.

  • type string

    Possible values: [IDENTITY]

    Type of the object to which this reference applies

  • id string

    ID of the object to which this reference applies

  • name string

    Human-readable display name of the object to which this reference applies

  • priority int64

    The priority for an Identity Profile.

  • authoritativeSource object
  • type string

    Possible values: [SOURCE]

    Type of the object to which this reference applies

  • id string

    ID of the object to which this reference applies

  • name string

    Human-readable display name of the object to which this reference applies

  • identityRefreshRequired boolean

    Default value: false

    True if a identity refresh is needed. Typically triggered when a change on the source has been made.

  • identityCount int32

    The number of identities that belong to the Identity Profile.

  • identityAttributeConfig object

    Defines all the identity attribute mapping configurations. This defines how to generate or collect data for each identity attributes in identity refresh process.

  • 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
  • identityExceptionReportReference object
  • taskResultId uuid

    The id of the task result.

  • reportName string

    The name of the report.

  • hasTimeBasedAttr boolean

    Default value: false

    Indicates the value of requiresPeriodicRefresh attribute for the Identity Profile.

Loading...