Sha256: f2f2d8ff1ea585ca2b4ebd6911dbe66d911a819b9de57caa9468212d1f32ace2
Contents?: true
Size: 1.92 KB
Versions: 2
Compression:
Stored size: 1.92 KB
Contents
--- title: User --- ## PureCloud::User ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **name** | **String** | | [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] | | **images** | [**Array<UserImage>**](UserImage.html) | | [optional] | | **version** | **String** | Required when updating. Version must be the current version. Only the system can assign version. | [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] | | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
purecloud-0.37.1 | doc_out/User.html.md |
purecloud-0.36.1 | doc_out/User.html.md |