Sha256: 29fd741271f926f6c70d83210126f554b3c2ffeb321ddad52518ba42c5b28e55

Contents?: true

Size: 1.88 KB

Versions: 5

Compression:

Stored size: 1.88 KB

Contents

---
title: ScimV2User
---
## PureCloud::ScimV2User

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **id** | **String** | The ID of the SCIM resource. Set by the service provider. caseExact is set to true. Mutability is set to readOnly. Returned is set to always. | [optional] |
| **schemas** | **Array<String>** | The list of supported schemas. | [optional] |
| **active** | **BOOLEAN** | Indicates whether the user's administrative status is active. | [optional] |
| **user_name** | **String** | The user's PureCloud email address. Must be unique. | [optional] |
| **display_name** | **String** | The display name for the user. | [optional] |
| **password** | **String** | A new password for a PureCloud user. Does not return an existing password. | [optional] |
| **title** | **String** | The user's title. | [optional] |
| **phone_numbers** | [**Array<ScimPhoneNumber>**](ScimPhoneNumber.html) | A list of the user's phone numbers. | [optional] |
| **emails** | [**Array<ScimEmail>**](ScimEmail.html) | A list of the user's email addresses. | [optional] |
| **photos** | [**Array<Photo>**](Photo.html) | A list of the user's photos. | [optional] |
| **external_id** | **String** | The external ID of the user. Set by the provisioning client. caseExact is set to true. mutability is set to readWrite. | [optional] |
| **groups** | [**Array<ScimV2GroupReference>**](ScimV2GroupReference.html) | A list of groups that the user is a member of. | [optional] |
| **roles** | **Array<String>** | A list of roles assigned to the user. | [optional] |
| **urnietfparamsscimschemasextensionenterprise2_0_user** | [**ScimV2EnterpriseUser**](ScimV2EnterpriseUser.html) |  | [optional] |
| **meta** | [**ScimMetadata**](ScimMetadata.html) | Resource SCIM meta | [optional] |
{: class="table table-striped"}


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
purecloudplatformclientv2-65.0.0 docs/ScimV2User.md
purecloudplatformclientv2-64.0.1 docs/ScimV2User.md
purecloudplatformclientv2-64.0.0 docs/ScimV2User.md
purecloudplatformclientv2-63.0.0 docs/ScimV2User.md
purecloudplatformclientv2-62.0.0 docs/ScimV2User.md