Skip to main content
Version: 3.x

user

Look up a user by ID or email address.

Requires one of the following permissions: MANAGE_STAFFMANAGE_USERSMANAGE_ORDERS
user(
id: ID
email: String
externalReference: String
): User

Arguments

user.id ● ID scalar

ID of the user.

user.email ● String scalar

Email address of the user.

user.externalReference ● String scalar

External ID of the user.

Added in Saleor 3.10

Type

User object

Represents user data.


Was this page helpful?