The User API

To use the User API endpoint, your key must be assigned the Users Write role. See Administering Sierra API Client Keys in the Sierra WebHelp for more information.

The User API contains a method for validating Sierra users.

The Try it out! links below take you to the corresponding section in the interactive documentation, where you can view the model, model schema, and parameters for each available operation.

See also:

User object

Validate a Sierra User by Username and Password

POST /v6/users/validate

Validates a Sierra user using a Sierra login name and password. If the password is valid for the given login name, an HTTP 204 status is returned. If invalid, an error code is returned.

Try it out!