sessions

List of all the active sessions in the account. NOTE: this functionality is not available in the Starter tier. An empty array will be returned for Starter tier accounts.

Returns

[Session!]!
[Session!]!
Collapse
  • id
    Unique session ID, the same as JWT ID.
  • Admin means that the user is an admin of the organization.
  • createdAt
    Time of the session creation.
  • current
    Current indicates whether the session is the current one.
  • email
    Email of the session creator if applicable.
  • expiresAt
    Time of the session expiration.
  • ipAddress
    IP address of the session creator.
  • login
    Login of the session creator.
  • Full name of the session creator.
  • Team names which the user has access to.
  • Type of the session
  • isMachineUser
    Indicates whether the session is a machine user.