Skip to main content

Get a user attribute

GET 

/api/web/v1/userattributes/:id

Get the specified user attribute. Caller requires the USERATTRIBUTES:VIEW permission.

Request

Path Parameters

    id stringrequired

    The UUID of the user attribute to get.

Responses

Successful

Schema

    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.

Loading...