Sha256: b823bc9dabd870d2f6f388bb48a75a646f5c01b1fd245089c6a021f69589d90e
Contents?: true
Size: 1.24 KB
Versions: 3
Compression:
Stored size: 1.24 KB
Contents
--- title: ScimV2CreateUser --- ## PureCloud::ScimV2CreateUser ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **display_name** | **String** | Display Name | | | **schemas** | **Array<String>** | schemas supported | [optional] | | **active** | **BOOLEAN** | Active flag | [optional] | | **user_name** | **String** | User Name (Must be Unique) maps to PureCloud e-mail address | | | **password** | **String** | Password (updateOnly) | [optional] | | **title** | **String** | Title | [optional] | | **phone_numbers** | [**Array<ScimPhoneNumber>**](ScimPhoneNumber.html) | Phone numbers | [optional] | | **emails** | [**Array<ScimEmail>**](ScimEmail.html) | Emails | [optional] | | **photos** | [**Array<Photo>**](Photo.html) | Photos | [optional] | | **external_id** | **String** | External ID | [optional] | | **groups** | [**Array<ScimV2GroupReference>**](ScimV2GroupReference.html) | Group References | [optional] | | **meta** | [**ScimMetadata**](ScimMetadata.html) | Resource SCIM meta | [optional] | | **urnietfparamsscimschemasextensionenterprise2_0_user** | [**ScimV2EnterpriseUser**](ScimV2EnterpriseUser.html) | | [optional] | {: class="table table-striped"}
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
purecloudplatformclientv2-59.0.0 | docs/ScimV2CreateUser.md |
purecloudplatformclientv2-58.0.1 | docs/ScimV2CreateUser.md |
purecloudplatformclientv2-58.0.0 | docs/ScimV2CreateUser.md |