Changelog¶
2017-09-01¶
- Added Password Reset Flow documentation.
2016-07-28¶
- Added Send Email documentation.
2015-12-15¶
2015-11-06¶
- Added TrueVault System Fields.
2015-10-30¶
- Now able to filter listing all Users by multiple statuses. E.g. status=ACTIVATED,LOCKED will return all ACTIVATED and LOCKED users.
2015-07-08¶
- Add “full” query parameter to “Read a Group” and “List all Groups” to view the associated member IDs
2015-07-06¶
- Read a Vault description updated
- Read a Document description updated
- Maximum search result size of 500 posted
- Note on representing timestamp added
- List all Users by LOCKED status added
- Example Authorization header added
2015-05-26¶
- Add “full” query parameter to Users API to view Attributes and Group IDs
- Boolean values (such as “full” parameter) are now parsed correctly. Valid string representations are “true” and “false” for Boolean parameters.
2015-03-27¶
- Add User Schemas to Schema documentation
- Add User Search to Search documentation
- Fix documentation errors
- Status should be “ACTIVATED” in User login response, not 1.
- Proper syntax is “Document” not “Documents” in Group Policies.
- User Access Token expiration is 24 hours, not 20 minutes.
- General formatting
2015-02-11¶
- Added details about user api_key exposure.
2014-12-16¶
- Added “Create ACCESS_KEY and SECRET_KEY for User” in Users API
2014-11-11¶
- Added a sample response in Search API documentation
2014-11-05¶
- In Users API, the User statuses now returns strings (“ACTIVATED”, “DEACTIVATED”, etc) instead of integers (0, 1, etc)
- List Users now accepts ACTIVATED and DEACTIVATED as query parameters instead of active and inactive
2014-11-03¶
- Clarifications in Search API
- case_sensitive usage with lists
- Provide clearer usage of filter_type in example
- Provide information on string comparisons
2014-10-23¶
- Clarification: Schema field names are case-insensitive
- Added infopage links to some HTTP vocabulary