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.
[Session!]!
[Session!]!- idUnique session ID, the same as JWT ID.
- adminAdmin means that the user is an admin of the organization.
- createdAtTime of the session creation.
- currentCurrent indicates whether the session is the current one.
- emailEmail of the session creator if applicable.
- expiresAtTime of the session expiration.
- ipAddressIP address of the session creator.
- loginLogin of the session creator.
- nameFull name of the session creator.
- teamsTeam names which the user has access to.
- typeType of the session
- isMachineUserIndicates whether the session is a machine user.