GraphQL API
Organization API
Organization / Users

users

List users

Arguments

6 arguments
afterString

A cursor after which elements are returned.

beforeString

A cursor before which elements are returned.

firstInt

Limits number of fetched items. Maximum allowed value: 250.

lastInt

Limits number of fetched items. Maximum allowed value: 250.

reverseBoolean!Default: false

Reverse the order of the underlying list.

sortKeyUsersSortKeyDefault: ID

Sort the underlying list using a key.

IDNAME

Possible return

cursorString!

A unique cursor that can be used for pagination.

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.