For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Responses
200

Successful operation.

application/json
PasswordstringOptional

The Symitar user password.

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.

PasswordstringOptional

The Symitar user password.

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
StatusMessagestringOptional

Additional message detailing the status.

TokenIdstringOptional

The ID from using the logon operation in the UserManagementService.

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
StatusMessagestringOptional

Additional message detailing the status.

post/logoff
200

Successful operation.

Last updated

Was this helpful?