Objects
User
An object representing a User.
Fields
id* ID! non-null | The ID that uniquely identifies the User. |
firstName | The user’s first name. |
lastName | The user’s last name. |
userName | The display name of the user. |
The user’s email address. | |
lastModifiedOn | The date and time the user’s information was last modified. |
createdOn | The date and time the user’s information was created. |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | Folder | Represents a folder. A folder is a location for storing files, data, and other folders (sub-folders). |
Field Of | Basicfile | Represents a file that does not contain components or drawings. |
Field Of | Designfile | Represents a file that contains a product design. |
Field Of | Drawingfile | Represents a file that contains 2D projected views of a product design. |
Field Of | Basicfileversion | Represents a version of a file that does not contain components or drawings. |
Field Of | Designfileversion | Represents a version of a file that that contains a product design. |
Field Of | Drawingfileversion | Represents a version of a file that contains 2D projected views of a product design. |
Field Of | Component | Represents a component. A component is an independent part of an assembly that acts as a single unit. For example, a lug-nut is an independent part (component) of a wheel assembly. A component serves as a container for a variety of design objects, including bodies, sketches, and construction geometry. See the blog post Autodesk Fusion Bodies vs. Components for more information on components. |
Field Of | Componentversion | Represents a version of a component. |
Field Of | Drawing | Represents a 2D drawing that contains projected views of a design. |
Field Of | Drawingversion | Represents a version of a 2D drawing that contains projected views of a version of a component. |
Field Of | Users | Represents pagination and result of list of users |