Logo of FrontifyDeveloper PortalArrow to the right
GraphQL Reference
Query Field

currentUser:User!

Get the current User.

Fields of User
id:ID!

User Id.

email:Email!
Deprecated, Removal: 2025-07-01

User email. This field will be removed. Use AccountUser.email instead.

name:String

User name.

avatar:Url
Deprecated, Removal: 2025-07-01

User avatar. This field will be removed. Use AccountUser.avatar instead.