-
Notifications
You must be signed in to change notification settings - Fork 90
User impersonation
Padi edited this page Dec 29, 2024
·
4 revisions
As of Redmine 2.2.0 you can impersonate user setting user login (eg. jsmith).
- This only works when using the API with an administrator account
- This header will be ignored when using the API with a regular user account.
Example:
Before version 4.6.5
var host = "<host>";
var apiKey = "<api-key>";
var login = "<user-login-to-impersonate>";
RedmineManager manager = new RedmineManager (host, apiKey);
manager.ImpersonateUser = login;
After version 4.6.5
-
CRUD Operations
-
List Operations
-
Specific operations
- Attachments
- Issues
- Users
- Groups
- Wiki pages