GraphQL API
Organization API
Organization / Types/ object

SupportParticipantConnection

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

Role of the support participant.

OWNERREQUESTEREXTERNAL

Organization of the support participant.

externalEmailString

External email of the support participant.

createdAtDateTimeTz!

When the support participant was created.

updatedAtDateTimeTz!

When the support participant was last updated.

cursorString!

A unique cursor that can be used for pagination.