Skip to main content

Update Identity Attribute

PUT 

/identity-attributes/:name

This updates an existing identity attribute. Making an attribute searchable requires that the system, standard, and multi properties be set to false.

Request

Path Parameters

    name stringrequired

    The attribute's technical name.

    Example: displayName

Body

required
    name stringrequired

    Identity attribute's technical name.

    displayName string

    Identity attribute's business-friendly name.

    standard boolean

    Default value: false

    Indicates whether the attribute is 'standard' or 'default'.

    type string

    Identity attribute's type.

    multi boolean

    Default value: false

    Indicates whether the identity attribute is multi-valued.

    searchable boolean

    Default value: false

    Indicates whether the identity attribute is searchable.

    system boolean

    Default value: false

    Indicates whether the identity attribute is 'system', meaning that it doesn't have a source and isn't configurable.

    sources object[]

    Identity attribute's list of sources - this specifies how the rule's value is derived.

  • Array [
  • type string

    Source type.

    properties object

    Source properties.

  • ]

Responses

The identity attribute was updated successfully

Schema
    name stringrequired

    Identity attribute's technical name.

    displayName string

    Identity attribute's business-friendly name.

    standard boolean

    Default value: false

    Indicates whether the attribute is 'standard' or 'default'.

    type string

    Identity attribute's type.

    multi boolean

    Default value: false

    Indicates whether the identity attribute is multi-valued.

    searchable boolean

    Default value: false

    Indicates whether the identity attribute is searchable.

    system boolean

    Default value: false

    Indicates whether the identity attribute is 'system', meaning that it doesn't have a source and isn't configurable.

    sources object[]

    Identity attribute's list of sources - this specifies how the rule's value is derived.

  • Array [
  • type string

    Source type.

    properties object

    Source properties.

  • ]
Loading...