docs/User.md in purecloudplatformclientv2-50.0.0 vs docs/User.md in purecloudplatformclientv2-51.0.0

- old
+ new

@@ -19,9 +19,12 @@ | **title** | **String** | | [optional] | | **username** | **String** | | [optional] | | **manager** | [**User**](User.html) | | [optional] | | **images** | [**Array<UserImage>**](UserImage.html) | | [optional] | | **version** | **Integer** | Required when updating a user, this value should be the current version of the user. The current version can be obtained with a GET on the user before doing a PATCH. | | +| **certifications** | **Array<String>** | | [optional] | +| **biography** | [**Biography**](Biography.html) | | [optional] | +| **employer_info** | [**EmployerInfo**](EmployerInfo.html) | | [optional] | | **routing_status** | [**RoutingStatus**](RoutingStatus.html) | ACD routing status | [optional] | | **presence** | [**UserPresence**](UserPresence.html) | Active presence | [optional] | | **conversation_summary** | [**UserConversationSummary**](UserConversationSummary.html) | Summary of conversion statistics for conversation types. | [optional] | | **out_of_office** | [**OutOfOffice**](OutOfOffice.html) | Determine if out of office is enabled | [optional] | | **geolocation** | [**Geolocation**](Geolocation.html) | Current geolocation position | [optional] |