Sha256: b592e3c681da48d5e5e718cbd336d26a9c3405a4f52cb3d6a79b4e7923e13369
Contents?: true
Size: 1 KB
Versions: 5
Compression:
Stored size: 1 KB
Contents
# YousignClient::UserInput ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **firstname** | **String** | User's firstname | **lastname** | **String** | User's lastname | **email** | **String** | User's email address (This field is allowed only during creation) | **title** | **String** | User's job title | [optional] **phone** | **String** | User's phone number (mobiles and landline telephones are supported). Phone number must be formatted to E164 (https://en.wikipedia.org/wiki/E.164) which includes the symbol '+' and the country code. For example : +33612131315. All countries are supported. | [optional] **permission** | **Array<String>** | | [optional] **group** | **String** | User's UserGroup | [optional] **config** | **Object** | | [optional] **default_sign_image** | **String** | ID of file image | [optional] **notifications** | [**UserInputNotifications**](UserInputNotifications.md) | | [optional]
Version data entries
5 entries across 5 versions & 1 rubygems