Sha256: ab4824e6f3bff8cb1359f29fc3077608b170605ca0420d7179ba9af29145c790

Contents?: true

Size: 1.61 KB

Versions: 5

Compression:

Stored size: 1.61 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 for the user. | |
| **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] |
{: class="table table-striped"}


Version data entries

5 entries across 5 versions & 1 rubygems

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