myMachineUser
Returns the machine user that owns the current API key. Only callable with a machine user API key; returns a FORBIDDEN error when called with a human user session.
myMachineUser: MachineUserReturns
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.

