--- title: UserMe --- :::error **The Ruby SDK is deprecated as of 9/16/2020** The Genesys Cloud Ruby SDK (v96.0.0) will be frozen at its current version level. Any new enhancements to our API or bug fixes will not be backported. If you do need to take advantage of new features or bug fixes outside the Genesys Cloud Ruby SDK, you will need to use the Genesys Cloud REST endpoints directly. More information can be found in the [Official Announcement](https://developer.mypurecloud.com/forum/t/announcement-genesys-cloud-ruby-sdk-end-of-life/8850). ::: ## PureCloud::UserMe ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **name** | **String** | | [optional] | | **division** | [**Division**](Division.html) | The division to which this entity belongs. | [optional] | | **chat** | [**Chat**](Chat.html) | | [optional] | | **department** | **String** | | [optional] | | **email** | **String** | | [optional] | | **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. | | | **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] | | **station** | [**UserStations**](UserStations.html) | Effective, default, and last station information | [optional] | | **authorization** | [**UserAuthorization**](UserAuthorization.html) | Roles and permissions assigned to the user | [optional] | | **profile_skills** | **Array<String>** | Profile skills possessed by the user | [optional] | | **locations** | [**Array<Location>**](Location.html) | The user placement at each site location. | [optional] | | **groups** | [**Array<Group>**](Group.html) | The groups the user is a member of | [optional] | | **team** | [**Team**](Team.html) | The team the user is a member of | [optional] | | **skills** | [**Array<UserRoutingSkill>**](UserRoutingSkill.html) | Routing (ACD) skills possessed by the user | [optional] | | **languages** | [**Array<UserRoutingLanguage>**](UserRoutingLanguage.html) | Routing (ACD) languages possessed by the user | [optional] | | **acd_auto_answer** | **BOOLEAN** | acd auto answer | [optional] | | **language_preference** | **String** | preferred language by the user | [optional] | | **last_token_issued** | [**OAuthLastTokenIssued**](OAuthLastTokenIssued.html) | | [optional] | | **date** | [**ServerDate**](ServerDate.html) | The PureCloud system date time. | [optional] | | **geolocation_settings** | [**GeolocationSettings**](GeolocationSettings.html) | Geolocation settings for user's organization. | [optional] | | **organization** | [**Organization**](Organization.html) | Organization details for this user. | [optional] | | **presence_definitions** | [**Array<OrganizationPresence>**](OrganizationPresence.html) | The first 100 presence definitions for user's organization. | [optional] | | **location_definitions** | [**Array<LocationDefinition>**](LocationDefinition.html) | The first 100 site locations for user's organization | [optional] | | **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] | | **field_configs** | [**FieldConfigs**](FieldConfigs.html) | The field config for all entities types of user's organization | [optional] | | **token** | [**TokenInfo**](TokenInfo.html) | Information about the current token | [optional] | | **trustors** | [**Array<Trustor>**](Trustor.html) | Organizations having this user as a trustee | [optional] | | **org_products** | [**Array<DomainOrganizationProduct>**](DomainOrganizationProduct.html) | Products enabled in this organization | [optional] | | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}