/mcpJSON Example To delete a user, do the following: DELETE https://<connection-server>/vmrest/users/<user-objectid> Accept: application/json Content-type: application/json Connection: keep_alive Response Code: 204 Explanation of Data Fields: Description Data Type Operation Field Name A flag displays the status of a user. Possible values: • true: if user is inactive. • false: if user is active. Default Value: false You can only change the status from true to false. Note Boolean Read/Write Inactive A unique text name of a user. Users enter the alias to sign in to the Cisco Personal Communications Assistant (Cisco PCA). The administrators enter the alias to sign in to Cisco Unity Connection Administration. String(64) Read/Write Alias Descriptive name of the user. String(64) Read/Write DisplayName The first name (i.e., given name) of the user. String(64) Read/Write FirstName The last name (i.e., surname or family name) of the user, by which a user is commonly known. String(64) Read/Write LastName The full SMTP address for the user String(320) Read/Write SmtpAddress The time zone to which this user account is associated. URI for timezone is: https://<Connection-server>/vmrest/timezones. Integer(4) Read/Write TimeZone Indicates if the default timezone is being used. Possible values: • true: if default time zone is to be used • false: to use specific time zone, if false is selected timezone should be also specified. Boolean Read/Write UseDefaultTimeZone Cisco Unity Connection Provisioning Interface (CUPI) API 160 Cisco Unity Connection Provisioning Interface (CUPI) API -- User Management API Explanation of Data Fields: