Sending API request from a user with Read-Write access for Users in Identity.
Request sent is:
<Set operation="update">
<User>
<Username>test</Username>
<Name>test</Name>
<Password>test1234</Password>
<UserType>User</UserType>
<EmailList>
<EmailID>test@test.com/EmailID>
</EmailList>
<Group>testing</Group>
</User>
</Set>
Response received in as follows:
<?xml version="1.0" encoding="UTF-8"?>
<Response APIVersion="1702.1" IPS_CAT_VER="1">
<Login>
<status>Authentication Successful</status>
</Login>
<User transactionid="">
<Status code="500">Operation could not be performed on Entity.</Status>
</User>
</Response>
How to get it working?
This thread was automatically locked due to age.