/
SetUserPassword

SetUserPassword

Rate Limiting

In order to protect our servers from inadvertent service overuse or intentional attack, and to fairly distribute services to all our customers, we have implemented a rate limiting algorithm.  When fully deployed, this new algorithm will cause services to either succeed with new warnings or fail with new errors when services are consumed at too high a rate.  Programs that consume Projector services should be enhanced to handle rate limiting errors so that they can continue functioning properly.  For more information please visit: Projector Rate Limiting Behavior.

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.

Related content

PwsAuthenticate
PwsAuthenticate
More like this
PwsUnauthenticate
PwsUnauthenticate
More like this
PwsRenewProjectorLocks
PwsRenewProjectorLocks
More like this
PwsSaveResource
PwsSaveResource
More like this
PwsGetDashboardParameters
PwsGetDashboardParameters
More like this
PwsSaveUser
More like this