Skip to main content

UserAttributeParms

The parameters for the new user attribute.

Properties

NameTypeDescriptionNotes
mandatoryBooleanA flag indicating if users must have a value for this user attribute. If not specified when creating a user attribute if defaults to false.[optional]
nameStringThe name of this user attribute. This must be specified when creating a user attribute.[optional]
typeTypeEnumType of user attribute.[optional]
uniqueBooleanA flag indicating if this attribute is intended to be unique. If not specified when creating a user attribute it defaults to false.[optional]

TypeEnum

NameValue
NONE"NONE"
OTP_EMAIL"OTP_EMAIL"
OTP_SMS"OTP_SMS"
OTP_VOICE"OTP_VOICE"