GraphQL API
Organization API
Organization / Types/ object

UserConnection

A paginated list of User 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.

firstnameString!

First name

lastnameString!

Last name

emailString!

Email address

localeString!

Locale of the user

timezoneString!

Timezone of the user

avatarAvatar

Avatar of the user.

The rights associated with this user.

full

The warehouses associated with this user.

cursorString!

A unique cursor that can be used for pagination.