Patch Notes

VersionChangesSupported Planon Version
2.8.8Fixed 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.9Throw Bad Request error instead or Internal Server error when Groups Patch request is of not expected type.L117+
2.8.10Updated Schema definition to properly reflect User response.L117+
2.8.11Fix issue with difference in response between Get User by a Id and Get Users end point when the account is inactive.L118+
2.8.12Fixed issues with re-activating anonymized users /persons.L118+
2.8.13Fix issue with update of manager via user patch request when multiple operations are present.L121+
2.8.14Fix issue with update of PATCH Group endpoint.L122+
2.9.0Added feature to set Person BO type in Planon from the POST User request.L124+
2.9.1Fix issue with “active” attribute for Users endpoint.L124+
2.9.2Fix issue with missing objects in Schema. Fix issue with create user group.L125+
2.9.3Fix issue with response returned for Users endpoint when no person is linked to the user.L125+
2.9.4Fix 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.5Fix issue with person when dearchived and linking to userL127+
2.10.0Add 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.0Allow 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+