Represents list of user custom variables.
| Name | Type | Description |
|---|---|---|
| customVaribles | array of User custom variable | Custom variables available for tenant. |
| showInCreateEditUser | boolean | Indicates if custom variables are shown on Create/Edit user pages. |
Example
{
"customVaribles" : [ {
"name" : "%custom_pswd1%",
"label" : "VPN password",
"value" : "KioqKioq",
"encrypted" : true
}, {
"name" : "%custom1%",
"label" : "Region",
"value" : "QW1lcmljYXM=",
"encrypted" : false
} ],
"showInCreateEditUser" : true
}