Sha256: 9a3593f0fb3ddfe9217134f74a5d82352f6839eb7d81590a9998d623b5cab2b4

Contents?: true

Size: 1.9 KB

Versions: 8

Compression:

Stored size: 1.9 KB

Contents

---
title: UpdateUser
---
## PureCloud::UpdateUser

## 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) | The address(s) used for primary contact. Updates to the corresponding address in the addresses list will be reflected here. | [optional] |
| **addresses** | [**Array<Contact>**](Contact.html) | Email address, phone number, and/or extension for this user. One entry is allowed per media type | [optional] |
| **title** | **String** |  | [optional] |
| **username** | **String** |  | [optional] |
| **manager** | **String** |  | [optional] |
| **images** | [**Array<UserImage>**](UserImage.html) |  | [optional] |
| **version** | **Integer** | 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. | |
| **profile_skills** | **Array<String>** | 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] |
| **state** | **String** | The state of the user. This property can be used to restore a deleted user or transition between active and inactive. If specified, it is the only modifiable field. | [optional] |
| **acd_auto_answer** | **BOOLEAN** | The value that denotes if acdAutoAnswer is set on the user | [optional] |
| **self_uri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}


Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
purecloudplatformclientv2-42.0.0 docs/UpdateUser.md
purecloudplatformclientv2-41.0.0 docs/UpdateUser.md
purecloudplatformclientv2-40.0.0 docs/UpdateUser.md
purecloudplatformclientv2-39.1.0 docs/UpdateUser.md
purecloudplatformclientv2-39.0.0 docs/UpdateUser.md
purecloudplatformclientv2-38.0.0 docs/UpdateUser.md
purecloudplatformclientv2-37.0.0 docs/UpdateUser.md
purecloudplatformclientv2-36.1.0 docs/UpdateUser.md