Skip to main content

Me

Information about the currently logged-in identity.

type Me {
id: ID!
identityType: String!
name: String!
tenantAlias: String!
}

Fields

Me.id ● ID! non-null scalar

The identifier of the logged-in identity.

Me.identityType ● String! non-null scalar

The type of logged-in identity.

Me.name ● String! non-null scalar

The name of the identity as defined in EventsAir.

Me.tenantAlias ● String! non-null scalar

The tenant alias the identity is associated with.

Returned By

me query