owners
Graphql fields and variables for the owners query
query owners ($filter: String, $after: String, $before: String, $first: Int, $last: Int) {
owners (filter: $filter, after: $after, before: $before, first: $first, last: $last) {
edges {
cursor
node {
allowLoginViaEmailLink
createdAt
email
enabled
entityId
firstName
fullName
groupId
id
imageUrl
lastLogin
lastName
managerUserId
name
roleId
title
updatedAt
uuid
}
}
totalCount
pageInfo {
startCursor
endCursor
hasNextPage
hasPreviousPage
}
}
}Arguments
Name
Type
Description
Response
Last updated
Was this helpful?
