Sha256: 8f70aa8d1b3501a2b29db0b60f33150e20bce14763935369b74269d3eba69c60

Contents?: true

Size: 1.71 KB

Versions: 2

Compression:

Stored size: 1.71 KB

Contents

---
title: ScimV2CreateUser
---
## PureCloud::ScimV2CreateUser

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **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. | |
| **display_name** | **String** | The display name of the user. | |
| **password** | **String** | The new password for the PureCloud user. Does not return an existing password. | [optional] |
| **title** | **String** | The user's title. | [optional] |
| **phone_numbers** | [**Array<ScimPhoneNumber>**](ScimPhoneNumber.html) | The list of the user's phone numbers. | [optional] |
| **emails** | [**Array<ScimEmail>**](ScimEmail.html) | The list of the user's email addresses. | [optional] |
| **photos** | [**Array<Photo>**](Photo.html) | The 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) | The list of groups that the user is a member of. | [optional] |
| **roles** | **Array<String>** | The list of roles assigned to the user. | [optional] |
| **urnietfparamsscimschemasextensionenterprise2_0_user** | [**ScimV2EnterpriseUser**](ScimV2EnterpriseUser.html) | SCIM enterprise user attributes | [optional] |
{: class="table table-striped"}


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
purecloudplatformclientv2-69.0.0 docs/ScimV2CreateUser.md
purecloudplatformclientv2-68.0.0 docs/ScimV2CreateUser.md