AuthUser
Type: Object
The authenticated user account for the platform, integrating password, magic-link, and API key authentication. Beyond identity, this resource anchors permissions, role bindings, tokens, and eventing—so commercial workflows (quotes, orders, proofs) and MES functions (job tracking, terminals) can trust who did what, and when.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
String! | ||||
| firstName | String | |||
| id | ID! | |||
| kiosks | [KioskUser!]! | filter: KioskUserFilterInputlimit: Intoffset: Intsort: [KioskUserSortInput] | Kiosk installations assigned to this user | |
| lastName | String | |||
| roleBindings | [IamRoleBinding!]! | filter: IamRoleBindingFilterInputlimit: Intoffset: Intsort: [IamRoleBindingSortInput] | The IAM Roles connected to this user |