/mcp"MessageHandlersURI":"/vmrest/users/6c91a90f-0771-492b-a7a5-083ea246a7e1/messagehandlers" "ExternalServiceAccountsURI":"/vmrest/users/6c91a90f-0771-492b-a7a5-083ea246a7e1/externalserviceaccounts" "AlternateExtensionsURI":"/vmrest/users/6c91a90f-0771-492b-a7a5-083ea246a7e1/alternateextensions" "PrivateListsURI":"/vmrest/users/6c91a90f-0771-492b-a7a5-083ea246a7e1/privatelists" "SmtpProxyAddressesURI":"/vmrest/smtpproxyaddresses?query=(ObjectGlobalUserObjectId%20is%206c91a90f-0771-492b-a7a5-083ea246a7e1)" "AlternateNamesURI":"/vmrest/alternatenames?query=(GlobalUserObjectId%20is%206c91a90f-0771-492b-a7a5-083ea246a7e1)" } Response Code: 200 Creating a User This request can be used to create a new user. The mandatory fields for creation of a user are alias and DtmfAccessId. The URI for getting user template alias is: https://<connection-server>/vmrest/usertemplates. The URI for getting MailboxStoreObjectId is: https://<connection-server>/vmrest/mailboxstores. The ObjectId field in the response body of above URI is used as MailboxStoreObjectId. Users can be created in two ways: 1. This creates the user using default mailbox store: POST https://<connection-server>/vmrest/users?templateAlias=<usertemplatealias> 2. This creates the user using specified mailbox store object ID: POST https://<connection-server>/vmrest/users?templateAlias=<usertemplateAlias>&MailboxStoreObjectId=<mailboxStore-ObjectId> <User> <Alias>texoma</Alias> <DtmfAccessId >123422</DtmfAccessId > </User> The following is the response from the above POST request and the actual response will depend upon the information given by you: Response Code: 201 /vmrest/users/f82b301d-1ec8-44c6-a3ee-0012269439bf JSON Example To create user, do the following: Cisco Unity Connection Provisioning Interface (CUPI) API 157 Cisco Unity Connection Provisioning Interface (CUPI) API -- User Management API Creating a User