GraphQL API
Organization API
Organization / Types/ object

UserInviteConnection

A paginated list of UserInvite edges.

Fields

2 fields
hasNextPageBoolean!

When paginating forwards, are there more items?

hasPreviousPageBoolean!

When paginating backwards, are there more items?

startCursorString

The cursor to continue paginating backwards.

endCursorString

The cursor to continue paginating forwards.

idID!

Unique primary key.

emailString!

Email address

firstnameString

First name of the invited user (optional)

lastnameString

Last name of the invited user (optional)

Rights assigned to the user when they accept the invite

full

Warehouse assignments assigned to the user when they accept the invite

localeLocale

Locale preference for the invited user

ennl
createdAtDateTimeTz!

When the invite was created.

updatedAtDateTimeTz!

When the invite was last updated.

inviterUser!

Inviter of the invite

cursorString!

A unique cursor that can be used for pagination.