|
Users and associated entities can be created, manipulated and retreived.
Users
Get Users
Returns an array of UserEN objects.
Get User
Returns UserEN based upon provided Users Id.
Get User By Username
Returns UserEN based upon provided Username.
Create User
Creates new User based upon provided UserEN object.
Returns a UserEN object that will contain new Userd Id.
Update User
Updates an existing UserEN object.
Returns the updated UserEN object.
Update User Profile
Updates an existing UserEN object -- just the profile fields.
Returns the updated UserEN object.
Delete User
Deletes an existing UserEN object.
User Settings
Get User Settings
Returns an array of UserSettingsEN objects that represent specified user's settings.
Update User Settings
Updates an existing UserSettingsEN object for the specified user.
Returns the updated UserSettingsEN object.
Saved Issue Filters
Get User Filters
Returns an array of IssuesFilterEN objects that represent the specified users saved Issue Filters (across all Projects).
Get User Filters For Project
Returns an array of IssuesFilterEN objects that represent the specified users saved Issue Filters for the specified Project.
Create Issue filter
Creates new Issues Filter for the specified User based upon provided IssuesFilterEN object.
Returns a IssuesFilterEN object that will contain new Issue Filter Id.
User Accessible Projects
Get User Projects
Returns an array of ProjectEN objects that represent the Projects that the specified user can see.
NOTE: The UserEN object already contains the user's accessible projects. Hence this method should be avoided.
|