Skip to main content

Create an Identity Profile

POST 

/identity-profiles

This creates an Identity Profile A token with ORG_ADMIN authority is required to call this API to create an Identity Profile.

Request

Body

required
    name stringrequired

    Name of the Object

    description stringnullable

    The description of the Identity Profile.

    owner objectnullable

    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 objectrequired

    The authoritative source for this Identity Profile.

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

  • ]
  • identityExceptionReportReference objectnullable
    taskResultId uuid

    The id of the task result

    reportName string

    The name of the report

    hasTimeBasedAttr boolean

    Default value: true

    Indicates the value of requiresPeriodicRefresh attribute for the Identity Profile.

Responses

The created Identity Profile

Schema
    id string

    System-generated unique ID of the Object

    name stringrequired

    Name of the Object

    created date-time

    Creation date of the Object

    modified date-time

    Last modification date of the Object

    description stringnullable

    The description of the Identity Profile.

    owner objectnullable

    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 objectrequired

    The authoritative source for this Identity Profile.

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

  • ]
  • identityExceptionReportReference objectnullable
    taskResultId uuid

    The id of the task result

    reportName string

    The name of the report

    hasTimeBasedAttr boolean

    Default value: true

    Indicates the value of requiresPeriodicRefresh attribute for the Identity Profile.

Loading...