UserManagementService

Control user access.

Operations

verifyUser

post

This operation Verifies a user with the system.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200

Successful operation.

application/json
post
/verifyUser
200

Successful operation.

resetUserPassword

post

This operation Resets a user's password.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerRequired

The Symitar user number.

Example: 1995
Responses
200

Successful operation.

application/json
post
/resetUserPassword
200

Successful operation.

setUserPassword

post

This operation Sets the user's password.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerOptional

The Symitar user number.

Example: 1995
PasswordstringOptional

The Symitar user password.

Example: P@ssw0rd123
Responses
200

Successful operation.

application/json
post
/setUserPassword
200

Successful operation.

logon

post

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
post
/logon
200

Successful operation.

logoff

post

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
post
/logoff
200

Successful operation.

Last updated

Was this helpful?