Sha256: 6e7747f82b6d2bd62b45f7e57b7e9e852b3e9a86785b24598bd628b664a3a141
Contents?: true
Size: 1.46 KB
Versions: 5
Compression:
Stored size: 1.46 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) | | [optional] | | **addresses** | [**Array<Contact>**](Contact.html) | Email addresses and phone numbers for this user | [optional] | | **title** | **String** | | [optional] | | **username** | **String** | | [optional] | | **manager** | **String** | | [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. | [optional] | | **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] | | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}
Version data entries
5 entries across 5 versions & 1 rubygems