doc_out/UserMe.html.md in purecloud-0.56.1 vs doc_out/UserMe.html.md in purecloud-0.57.1
- old
+ new
@@ -15,10 +15,11 @@
| **primary_contact_info** | [**Array<Contact>**](Contact.html) | Auto populated from addresses. | [optional] |
| **addresses** | [**Array<Contact>**](Contact.html) | Email addresses and phone numbers for this user | [optional] |
| **state** | **String** | The current state for this user. | [optional] |
| **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. | |
| **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] |
@@ -35,9 +36,10 @@
| **org_authorization** | [**Array<DomainOrganizationRole>**](DomainOrganizationRole.html) | The first 100 organization roles, with applicable permission policies, for user's organization. | [optional] |
| **favorites** | [**Array<User>**](User.html) | The first 50 favorited users. | [optional] |
| **superiors** | [**Array<User>**](User.html) | The first 50 superiors of this user. | [optional] |
| **direct_reports** | [**Array<User>**](User.html) | The first 50 direct reports to this user. | [optional] |
| **adjacents** | [**Adjacents**](Adjacents.html) | The first 50 superiors, direct reports, and siblings of this user. Mutually exclusive with superiors and direct reports expands. | [optional] |
+| **routing_skills** | [**Array<RoutingSkill>**](RoutingSkill.html) | The first 50 routing skills for user's organizations | [optional] |
| **self_uri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}