Last update:
April 11, 2024
User query¶
This connection allows you to get the user by several arguments.
Arguments¶
Argument | Description |
---|---|
id String |
The Id of the user. |
userName String |
The nsme of the user. |
email String |
The email of the user. |
loginProvider String |
The login provider associated with the user. |
providerKey String |
The provider key associated with the user's login provider. |
Possible returns¶
Possible return | Description |
---|---|
UserType |
The user's information and attributes. |
Examples¶
|