Sha256: 6adc96415029fbcb6e135e7d1a05f6ee43207043ac6930a163d7403070a1e795

Contents?: true

Size: 1.83 KB

Versions: 4

Compression:

Stored size: 1.83 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 Genesys Cloud email address. Must be unique. | |
| **display_name** | **String** | The display name of the user. | |
| **password** | **String** | The new password for the Genesys Cloud 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] |
| **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<ScimUserRole>**](ScimUserRole.html) | The list of roles assigned to the user. | [optional] |
| **urnietfparamsscimschemasextensionenterprise2_0_user** | [**ScimV2EnterpriseUser**](ScimV2EnterpriseUser.html) | The URI of the schema for the enterprise user. | [optional] |
| **urnietfparamsscimschemasextensiongenesyspurecloud2_0_user** | [**ScimUserExtensions**](ScimUserExtensions.html) | The URI of the schema for the Genesys Cloud user. | [optional] |
{: class="table table-striped"}


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
purecloudplatformclientv2-96.0.0 docs/ScimV2CreateUser.md
purecloudplatformclientv2-95.0.0 docs/ScimV2CreateUser.md
purecloudplatformclientv2-94.0.0 docs/ScimV2CreateUser.md
purecloudplatformclientv2-93.0.0 docs/ScimV2CreateUser.md