Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1.98 KB

File metadata and controls

29 lines (25 loc) · 1.98 KB

UserOutput

Properties

Name Type Description Notes
id string Object's ID [optional]
firstname string User's firstname
lastname string User's lastname
full_name string User's full name [optional]
title string User's title [optional]
email string User's email address
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]
company string Company's ID [optional]
created_at \DateTime Created date of the object [optional]
updated_at \DateTime Updated date of the object [optional]
config object [optional]
saml_name_id string ID of SAML [optional]
default_sign_image string ID of the default sign image. [optional]
fast_sign bool Defines if the fast signature is available for the user on the Yousign application [optional]
group \YouSign\Client\Model\UserGroup [optional]
notifications object Defines if the notifications are enable ou disable for entities [optional]
deleted bool Defines if the User is deleted or not [optional]
deleted_at \DateTime Defines the date where the user has been deleted [optional]
inwebo_user_request__internal \YouSign\Client\Model\InweboUserRequest [optional]

[Back to Model list] [Back to API list] [Back to README]