UserManagementService
Operations
This operation Resets a user's password.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerRequired
The Symitar user number.
Responses
200
Successful operation.
application/json
PasswordstringOptional
The Symitar user password.
post/resetUserPassword
200
Successful operation.
This operation Sets the user's password.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerOptional
The Symitar user number.
PasswordstringOptional
The Symitar user password.
Responses
200
Successful operation.
application/json
post/setUserPassword
200
Successful operation.
This operation Logs on a user to the system.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200
Successful operation.
application/json
StatusMessagestringOptional
Additional message detailing the status.
TokenIdstringOptional
The ID from using the logon operation in the UserManagementService.
post/logon
200
Successful operation.
This operation Logs off a user from the system.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200
Successful operation.
application/json
StatusMessagestringOptional
Additional message detailing the status.
post/logoff
200
Successful operation.
Last updated
Was this helpful?