# YousignClient::UserOutput ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | Object's ID | [optional] **firstname** | **String** | User's firstname | **lastname** | **String** | User's lastname | **email** | **String** | User's email address | **title** | **String** | User's 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] **status** | **String** | User's status | [optional] **organization** | **String** | ID of the organization the user belongs to | [optional] **workspaces** | [**Array<UserWorkspaceOutput>**](UserWorkspaceOutput.md) | List of workspaces to which the user is connected and has access | [optional] **permission** | **String** | | [optional] **group** | [**UserGroup**](UserGroup.md) | | [optional] **created_at** | **DateTime** | Created date of the object | [optional] **updated_at** | **DateTime** | Updated date of the object | [optional] **deleted** | **BOOLEAN** | Defines if the User is deleted or not | [optional] **deleted_at** | **DateTime** | Defines the date where the user has been deleted | [optional] **config** | **Object** | | [optional] **inwebo_user_request** | **String** | Internal usage, should not be used | [optional] **saml_name_id** | **String** | ID of SAML | [optional] **default_sign_image** | **String** | ID of the default sign image. | [optional] **notifications** | [**UserOutputNotifications**](UserOutputNotifications.md) | | [optional] **fast_sign** | **BOOLEAN** | Defines if the fast signature is available for the user on the Yousign application | [optional] **full_name** | **String** | User's full name | [optional]