Skip to main content

List directory attribute mappings

GET 

/api/web/v1/directories/:id/attributemappings

List all directory attribute mappings for a given directory. Caller requires the DIRECTORIES:VIEW permission.

Request

Path Parameters

    id stringrequired

    The UUID of the directory whose directory attribute mappings are to be returned.

Responses

Successful

Schema

  • Array [

  • directoryAttributeName string

    The name of the directory attribute being mapped.

    directoryId string

    The UUID of the Directory the attribute mapping belongs to.

    id string

    The UUID of the attribute mapping.

    userAttribute

    object

    Information about user attribute definitions.

    id string

    The UUID for this user attribute. Generated when the user attribute is created.

    mandatory booleanrequired

    A flag indicating if users must have a value for this user attribute.

    name stringrequired

    The name of this user attribute.

    systemDefined booleanrequired

    A flag indicating if this user attribute is one of the system defined user attributes.

    type string

    Possible values: [NONE, OTP_EMAIL, OTP_SMS, OTP_VOICE]

    Type of user attribute. Currently only used to specify the type of contact if the attribute is to be used for OTP delivery.

    unique booleanrequired

    A flag indicating if this attribute is intended to be unique.

    userAttributeId string

    The UUID of the Identity as a Service User Attribute being mapped to.

  • ]

Loading...