machineUser
Fetches a single machine user by ID. Returns null if no machine user with the given ID exists in the workspace.
machineUser(machineUserId: ID!): MachineUserArguments
Returns
Internal display name, visible only to workspace members.
Customer-facing name shown when the machine user interacts with customers (e.g. sends messages).
The type of machine user. Defaults to API_USER if not specified during creation.
True when this machine user is an agent the workspace built itself, rather than an ordinary API integration.
Fetches a single API key belonging to this machine user by its ID.
Paginated list of all API keys belonging to this machine user.
True if the machine user has been deleted. Deleted machine users lose all their API keys and can no longer authenticate.

