UserExtraAttribute
Specifies an extra optional attribute for a particular user.
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | String | The UUID of this extra user attribute. | [optional] [readonly] |
name | String | The name for the extra user attribute. | [optional] |
type | TypeEnum | Type of custom user attribute. | [optional] |
value | String | The value for the extra user attribute. | [optional] |
TypeEnum
Name | Value |
---|---|
NONE | "NONE" |
OTP_EMAIL | "OTP_EMAIL" |
OTP_SMS | "OTP_SMS" |
OTP_VOICE | "OTP_VOICE" |
OTP_WECHAT | "OTP_WECHAT" |
OTP_WHATSAPP | "OTP_WHATSAPP" |