SetUserPassword
Request
The service request contains:
Name |
Data Type |
Required? |
Default Value |
Discussion |
---|---|---|---|---|
UserReferenceSystemId |
string |
yes |
 |
This is generally the user's employee ID. |
Password |
string |
yes |
 |
The new password. |
ActivateUserFlag |
boolean |
no |
false |
If true then the user's status is set to active. That means the user can log in to Projector with his/her userid and password. |
TemporaryPasswordFlag |
boolean |
no |
true |
If true, then the password is valid for only 7 days and must be changed when the user logs in the next time. |
Response
There is no response other than what is documented in Responses describing the common elements of each web service response.