This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

API - Operation could not be performed on Entity - User

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.