Authentication
API | METHOD | Syntax | Request Body | Response Body | HTTP Status Codes | Notes |
---|---|---|---|---|---|---|
Login | GET | [+]Show | N/A | [+]Show |
Additional Errors:
|
Userid and Password are provided in the basic authorization header.
|
Change Password and Login | PUT | [+]Show | [+]Show | [+]Show |
|
A user cannot simply change their password at any time. The password must expire or the flag to "reset" password must be enabled in Configuration Server. When a user attempts to log in and gets the "Password Change Required" error, they can then use this API to change their password and log in.
UserID and Original Password are provided in the basic authorization header. The new password is passed in the request body. If the password change is successful, the API token and last login time (if available) will be returned (just like normal login). |
Logout | GET | [+]Show | N/A | N/A |
|
|
Query Locks | GET | [+]Show | N/A | [+]Show |
|
|
Permissions | GET | [+]Show | N/A | [+]Show |
|
User must have permission to the specified tenant ID. Use Query Tenants to get a list of valid tenant IDs for this logged in user. |
This page was last edited on July 30, 2015, at 13:17.
Comments or questions about this documentation? Contact us for support!