Magidoc

User
Object

A User represents a person who can log in and interact with the platform.

Fields

#

id

ID !
Non-null

The ID of the user.

email

The email of the user

firstName

The first name of the user

lastName

The last name of the user

avatarUrl

An avatar URL for the user - this currently uses the Gravatar service

logs

Non-null

The activity logs created by this user's actions

enabled

Non-null

Whether the user is enabled

createdAt

Non-null

When the user joined the organization

updatedAt

Non-null

When the user was last updated

Usages

#

References

#

  • Field updateUserPersonalInformation from Mutation