OBJECT
SystemUser
link GraphQL Schema definition
type SystemUser implements Node, UserInterface {
The datetime when the user was created
: ISO8601DateTime!
Indicates whether this User is deleted
: Boolean!
: ID!
The name of the SystemUser.
: String
The primary role assignment belonging to this User.
: RoleAssignment
The active role assignments belonging to this User.
Arguments
after: Returns the elements in the list that come after the
specified cursor.
before: Returns the elements in the list that come before the
specified cursor.
first: Returns the first _n_ elements from the list.
last: Returns the last _n_ elements from the list.
(: String, : String, : Int, : Int): RoleAssignmentConnection!
The datetime when the user was last updated
: ISO8601DateTime!
}
link Required by
This element is not required by anyone