Queries
machineUsers
Returns a paginated list of all machine users in the workspace. Use the optional filters.type argument to restrict results to a specific machine user type (e.g. API_USER or AI_AGENT).
QUERY
machineUsers(filters: MachineUsersFilter, first: Int, after: String, last: Int, before: String): MachineUserConnection!Arguments
filters
first
Int
after
String
last
Int
before
String
Returns
edges
[MachineUserEdge!]!
pageInfo
Query
Response
Query
Response

