I am using the REST API to retrieve/upload documents from a Web Application. I would like to use the Application user name (which matches the content server username) to act as this user.
Currently I am connecting with the admin user, but I would like to use the REST API with a user that has less rights. I created a Content Server User, but I cannot authenticate with this user.
1.) Does the REST API only allow connecting with the admin user? How can I connect with another user? What are the prerequisites for this user?
2.) Does the REST API support impersonation? (connecting via admin user and then act as another user)
3.) Does the SOAP API support this?
Thank you,
Hannes