Sha256: e05627cc502b1f2a070697e3dee48759040246b1fe4317b18903ed598067c529
Contents?: true
Size: 1.65 KB
Versions: 1
Compression:
Stored size: 1.65 KB
Contents
--- title: ScimV2CreateUser --- ## PureCloud::ScimV2CreateUser ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **schemas** | **Array<String>** | schemas supported | [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>** | Roles | [optional] | | **meta** | [**ScimMetadata**](ScimMetadata.html) | Resource SCIM meta | [optional] | | **urnietfparamsscimschemasextensionenterprise2_0_user** | [**ScimV2EnterpriseUser**](ScimV2EnterpriseUser.html) | | [optional] | {: class="table table-striped"}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
purecloudplatformclientv2-61.0.0 | docs/ScimV2CreateUser.md |