GET http://[host-proxy]/api/view/MicrosoftSubscriberQas/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"username": {
"required": true,
"type": "string",
"title": "Username"
},
"phone_number": {
"required": false,
"type": "string",
"title": "Phone number"
},
"first_name": {
"required": false,
"type": "string",
"title": "First name"
},
"lookUpForUser": {
"default": true,
"type": "boolean",
"description": "Includes users above site level when searching",
"title": "Include users at higher hierarchy"
},
"hosted_voice_mail": {
"required": false,
"type": "boolean",
"title": "Hosted voice mail"
},
"title": {
"required": false,
"type": "string",
"title": "Title"
},
"enterprise_voice_enabled": {
"required": false,
"type": "boolean",
"title": "Enterprise voice enabled"
},
"msteams_user_status": {
"type": "string",
"title": "User status"
},
"calling_line_identity": {
"required": false,
"type": "string",
"title": "Calling line identity"
},
"send_email_flag": {
"type": "boolean",
"description": "Send Email to user using predefined HTML Email Template. Email template used is 'Quick Add Subscriber'",
"title": "Send Email to user flag"
},
"msteams_user_exist": {
"type": "boolean",
"title": "msteams_user_exist"
},
"qagroup_name": {
"target": "/api/data/QuickAddGroups/choices/?field=group_name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"required": true,
"choices": [],
"target_attr": "group_name",
"target_model_type": "data/QuickAddGroups",
"title": "Quick Add Group",
"type": "string"
},
"send_email": {
"type": "boolean",
"description": "Send Email to user using predefined HTML Email Template. Email template used is 'Quick Add Subscriber'. To enable email feature set 'Allow welcome email to be sent to user after Quick Add Subscriber' in Global Settings.",
"title": "Send welcome email"
},
"last_name": {
"required": false,
"type": "string",
"title": "Last name"
},
"msteams_staging_user_exist": {
"type": "boolean",
"title": "msteams_staging_user_exist"
},
"line_uri": {
"required": false,
"type": "string",
"title": "Line URI"
},
"department": {
"required": false,
"type": "string",
"title": "Department"
},
"online_voice_routing_policy": {
"required": false,
"type": "string",
"title": "Online voice routing policy"
},
"mobile_phone": {
"required": false,
"type": "string",
"title": "Mobile phone"
},
"password": {
"required": false,
"is_password": true,
"type": "string",
"description": "The corresponding CUCM, CUC and WebEx user password will be set with this password",
"title": "Password"
},
"email": {
"pattern": "^([^.@]+)(\\.[^.@]+)*@([^.@]+\\.)+([^.@]+)$",
"type": "string",
"format": "email",
"required": false,
"title": "Email address"
}
},
"schema_version": "4.0.2"
}