User REST Endpoints

User

The set of application users who are allowed to use the system. Each user is assigned a global security profile and project security profile.

Note that the Password and MailServerPassword fields are writable fields only; these fields may not be loaded from the database and are therefore not included in the AllFields array. A user may only change his own password, and only if the old password is specified. An administrator may change any user's password and does not have to specify the user's old password when doing so.

Create Users
Method: post
Path: /user
Delete Users
Method: delete
Path: /user
Read Users
Method: get
Path: /user
Update Users
Method: put
Path: /user
View User Field Length
Method: get
Path: /user/getFieldLength/{fieldName}
View User fields
Method: get
Path: /user/fields