OBJECT
PersonUser
link GraphQL Schema definition
type PersonUser implements Node, UserInterface {
The datetime when the user was created
: ISO8601DateTime!
Indicates whether this User is deleted
: Boolean!
The email of the PersonUser.
: String!
The status of the PersonUser.
: Boolean!
The first name of the PersonUser.
: String!
: ID!
The last name of the PersonUser.
: String!
The preferred name of the PersonUser. Will be used as the display name if
present.
: 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
- CreatePersonUserPayloadAutogenerated return type of CreatePersonUser
- PersonUserConnectionThe connection type for PersonUser.
- PersonUserEdgeAn edge in a connection.
- UpdateCredentialsPayloadAutogenerated return type of UpdateCredentials
- UpdatePersonUserOrganizationAssignmentPayloadAutogenerated return type of UpdatePersonUserOrganizationAssignment
- UpdatePersonUserPayloadAutogenerated return type of UpdatePersonUser
- UpdatePersonUserRolePayloadAutogenerated return type of UpdatePersonUserRole