UserManagementService
Control user access.
Operations
This operation Resets a user's password.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerRequiredExample:
The Symitar user number.
1995Responses
200
Successful operation.
application/json
post
/resetUserPassword200
Successful operation.
This operation Sets the user's password.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerOptionalExample:
The Symitar user number.
1995PasswordstringOptionalExample:
The Symitar user password.
P@ssw0rd123Responses
200
Successful operation.
application/json
post
/setUserPassword200
Successful operation.
Last updated
Was this helpful?