cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
616
Views
0
Helpful
0
Replies

Unity Connection REST API - How to Change Alias

bmennenga
Level 1
Level 1

Is there a method to change a Unity Connection (local user) Alias using REST API?  I've tried doing a normal PUT that is used to change FirstName, LastName, etc with Alias set, but if anything other than the original Alias is entered it fails.  Looked but haven't found anything such as newAlias or similar.  Any ideas here?

 

Example XML string for put, targeted at /vmrest/users/{aliasObjectId}

<User><Alias>test</Alias><FirstName>test</FirstName><LastName>test</LastName></User>

 

0 Replies 0