Patch Notes
| Version | Changes | Supported Planon Version |
|---|---|---|
| 2.8.8 | Fixed issue with PATCH requests when value is not provided. Throw error if provided user id is not valid when primary key is used as User id. | L116+ |
| 2.8.9 | Throw Bad Request error instead or Internal Server error when Groups Patch request is of not expected type. | L117+ |
| 2.8.10 | Updated Schema definition to properly reflect User response. | L117+ |
| 2.8.11 | Fix issue with difference in response between Get User by a Id and Get Users end point when the account is inactive. | L118+ |
| 2.8.12 | Fixed issues with re-activating anonymized users /persons. | L118+ |
| 2.8.13 | Fix issue with update of manager via user patch request when multiple operations are present. | L121+ |
| 2.8.14 | Fix issue with update of PATCH Group endpoint. | L122+ |
| 2.9.0 | Added feature to set Person BO type in Planon from the POST User request. | L124+ |
| 2.9.1 | Fix issue with “active” attribute for Users endpoint. | L124+ |
| 2.9.2 | Fix issue with missing objects in Schema. Fix issue with create user group. | L125+ |
| 2.9.3 | Fix issue with response returned for Users endpoint when no person is linked to the user. | L125+ |
| 2.9.4 | Fix issue with getusers endpoint when the person linked to the user is of system business object type (Person) instead of user defined business object. | L125+ |
| 2.9.5 | Fix issue with person when dearchived and linking to user | L127+ |
| 2.10.0 | Add previousLogOnTimeStamp attribute in Planon attributes Now displayName under Groups can be either Description or System Name. This can be controlled with setting useDescriptionAsGroupDisplayName | L129+ |
| 2.11.0 | Allow possibility of linking and unlinking of inactive users via Groups patch endpoint Add more validations on Group Patch request before processing for better handling of data | L131+ |