GraphQL API
Organization API
Organization / Types/ object

UserInviteConnection

A paginated list of UserInvite edges.

Fields

2 fields
cursorString!

A unique cursor that can be used for pagination.

createdAtDateTimeTz!

When the invite was created.

emailString!

Email address

firstnameString

First name of the invited user (optional)

idID!

Unique primary key.

inviterUser!

Inviter of the invite

lastnameString

Last name of the invited user (optional)

localeLocale

Locale preference for the invited user

ennl

Rights assigned to the user when they accept the invite

full
updatedAtDateTimeTz!

When the invite was last updated.

Warehouse assignments assigned to the user when they accept the invite

endCursorString

The cursor to continue paginating forwards.

hasNextPageBoolean!

When paginating forwards, are there more items?

hasPreviousPageBoolean!

When paginating backwards, are there more items?

startCursorString

The cursor to continue paginating backwards.