The API Change Log shows structural changes to API resources for each version. Each major release and current version patch release changes are shown starting with v15.0.
| RESOURCE | METHOD | VERB | ROUTE | CHANGE | VERSION | DESCRIPTION | CONTRACT | OLD | NEW |
|---|---|---|---|---|---|---|---|---|---|
| Authenticate | Authenticate | Post | Security/Authenticate/ | Property Added | 15.0.0 | CurrentLoginCount has been added to AuthenticationResponse | AuthenticationResponse | AuthenticationResponse.CurrentLoginCount | |
| Authenticate | Authenticate | Post | Security/Authenticate/ | Property Added | 15.0.0 | MachineLocation has been added to AuthenticationResponse | AuthenticationResponse | AuthenticationResponse.MachineLocation | |
| Authenticate | Authenticate | Post | Security/Authenticate/ | Property Added | 15.0.0 | Message has been added to AuthenticationResponse | AuthenticationResponse | AuthenticationResponse.Message | |
| Authenticate | Authenticate | Post | Security/Authenticate/ | Property Added | 15.0.0 | MustChangePassword has been added to AuthenticationResponse | AuthenticationResponse | AuthenticationResponse.MustChangePassword | |
| Authenticate | Authenticate | Post | Security/Authenticate/ | Property Added | 15.0.0 | Application has been added to AuthenticationRequest | AuthenticationRequest | AuthenticationRequest.Application | |
| Authenticate | AuthenticateWindows | Post | Security/Authenticate/Windows | Operation Added | 15.0.0 | AuthenticateWindows has been added. | AuthenticateWindows | ||
| Authenticate | DeleteToken | Delete | Security/Authenticate/Token | Operation Added | 15.0.0 | DeleteToken has been added. | DeleteToken | ||
| Authenticate | GenerateToken | Post | Security/Authenticate/Token/Generate | Operation Added | 15.0.0 | GenerateToken has been added. | GenerateToken | ||
| Authenticate | GenerateTokenWindows | Post | Security/Authenticate/Token/Generate/Windows | Operation Added | 15.0.0 | GenerateTokenWindows has been added. | GenerateTokenWindows | ||
| Authenticate | ValidateToken | Post | Security/Authenticate/Token/Validate | Operation Added | 15.0.0 | ValidateToken has been added. | ValidateToken | ||
| Authenticate | WindowsAuthentication | Get | Security/Authenticate/Windows | Operation Added | 15.0.0 | WindowsAuthentication has been added. | WindowsAuthentication | ||
| CoreIdentity | Sign | Post | Security/CoreIdentity/Sign | Resource Added | 15.2.33 | New resource added. | CoreIdentity | ||
| CoreIdentity | Token | Get | Security/CoreIdentity/Token | Resource Added | 15.2.33 | New resource added. | CoreIdentity | ||
| UserPreferences | GetAll | Get | Security/UserPreferences/ | Parameter Added | 15.1.0 | New parameter added keys | keys | ||
| UserPreferences | SaveBatch | Post | Security/UserPreferences/Batch | Operation Added | 15.1.0 | SaveBatch has been added. | SaveBatch | ||
| UserPreferences | Update | Put | Security/UserPreferences/{id} | Parameter Changed | 15.0.0 | id has been marked as required. | Required | ||
| Users | ChangePassword | Post | Security/Users/{userName}/Password | Operation Added | 15.0.0 | ChangePassword has been added. | ChangePassword | ||
| Users | Get | Get | Security/Users/{userName} | Property Added | 15.0.0 | ActiveDirectoryUserName has been added to User | User | User.ActiveDirectoryUserName | |
| Users | Get | Get | Security/Users/{userName} | Property Added | 15.0.0 | EmailAddress has been added to User | User | User.EmailAddress | |
| Users | Get | Get | Security/Users/{userName} | Property Added | 15.0.0 | LoginCount has been added to User | User | User.LoginCount | |
| Users | Get | Get | Security/Users/{userName} | Property Added | 15.0.0 | MaxLogins has been added to User | User | User.MaxLogins | |
| Users | GetActiveDirectoryUser | Get | Security/Users/ | Operation Added | 15.0.0 | GetActiveDirectoryUser has been added. | GetActiveDirectoryUser | ||
| Users | GetUserInformationForActiveDirectoryUser | Get | Security/Users/Info | Operation Changed | 15.1.0 | Route has changed from Security/Users/Info/ to Security/Users/Info | Security/Users/Info/ | Security/Users/Info | |
| Users | GetUserInformationForActiveDirectoryUser | Get | Security/Users/Info/ | Operation Added | 15.0.0 | GetUserInformationForActiveDirectoryUser has been added. | GetUserInformationForActiveDirectoryUser | ||
| Users | GetUsersForUserGroup | Get | Security/Users/ForGroup | Operation Added | 15.1.0 | GetUsersForUserGroup has been added. | GetUsersForUserGroup |