This object represents a Shibumi user. All of the following are valid Shibumi users:
- Users who registered via the signup page
- Users who registered by signing in via SSO
- Pending users who have been invited to an enterprise, but have not yet signed up
Implements
Fields
name (String!)
The user’s full name. This will return the user’s email address if they have not entered a first or last name.
firstName (String)
The user’s first name. Because users are not required to enter a first name, this field is optional.
lastName (String)
The user’s first name. Because users are not required to enter a last name, this field is optional.
emailAddress (String!)
The user’s email address.