Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 733 Bytes

Owner.md

File metadata and controls

15 lines (12 loc) · 733 Bytes

# Owner

Properties

Name Type Description Notes
id int The ID of the user [optional]
name string The name of the user [optional]
email string The email of the user [optional]
has_pic int Whether the user has picture or not. 0 = No picture, 1 = Has picture. [optional]
pic_hash string The user picture hash [optional]
active_flag bool Whether the user is active or not [optional]
value int The ID of the owner [optional]

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