/mcp{ "URI": "/vmrest/adminusers/0347d21e-c238-4079-8d77-662499c058ba", "ObjectId": "0347d21e-c238-4079-8d77-662499c058ba", "UseDefaultLanguage": "true", "FirstName": "George", "Initials": "GD", "LastName": "Davis", "Alias": "Davis", "State": "Mumbai", "Title": "Trainee", "Address": "HNo4 Street Ville Parle", "DisplayName": "George", "TimeZone": "190", "CreationTime": "2020-07-29T09:03:42Z", "IsTemplate": "false", "Language": "1033", "LocationObjectId": "58b236f7-3c20-4e61-89a0-809740c05de5", "Undeletable": "false", "UseDefaultTimeZone": "true", "ReadOnly": "false", "SmtpAddress": "davis@ucbu-aricent-vm405.cisco.com", "LdapType": "3", "UserWebPasswordURI": "/vmrest/users/0347d21e-c238-4079-8d77-662499c058ba/credential/password", "UserRoleURI": "/vmrest/users/0347d21e-c238-4079-8d77-662499c058ba/userroles" } Response Code: 200 Creating Admin User without Mailbox This request can be used to create a new user who does not have a mailbox.The mandatory fields for creation of a user are alias and templateAlias. 1. This creates the admin user using default administratortemplate: POST https://<connection-server>/vmrest/adminusers?templateAlias=<administratortemplate> <user> <Alias>Davis</Alias> <DisplayName>George</DisplayName> <FirstName>George</FirstName> <LastName>Davis</LastName> <TimeZone>190</TimeZone> <UseDefaultTimeZone>true</UseDefaultTimeZone> <IsTemplate>false</IsTemplate> <Language>1033</Language> <UseDefaultLanguage>true</UseDefaultLanguage> <LdapType>3</LdapType> <Initials>GD</Initials> <Title>Trainee</Title> <Address>HNo4 Street Ville Parle</Address> <State>Mumbai</State> <Undeletable>false</Undeletable> </user> The following is the response from the above POST request and the actual response will depend upon the information given by you: Cisco Unity Connection Provisioning Interface (CUPI) API 171 Cisco Unity Connection Provisioning Interface (CUPI) API -- User Management API Creating Admin User without Mailbox