Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 1.29 KB

Username.md

File metadata and controls

15 lines (11 loc) · 1.29 KB

Username

Properties

Name Type Description Notes
created datetime { "description" : "The UTC DateTime when the object was created.", "verbs":[] } [optional]
changed_by str { "description" : "ID of the user who last updated the entity.", "verbs":[] } [optional]
id str { "description" : "id of the username.", "verbs":["POST","PUT","GET"] } [optional]
user_id str { "description" : "User associated with the username.", "verbs":["POST","PUT","GET"] }
organization_id str { "description" : "Organization associated of the user", "verbs":["POST","PUT","GET"] }
username str { "description" : "The username.", "verbs":["POST","PUT","GET"] }

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