Skip to main content

Me

Me is a union type representing all possible authenticated callers.

union Me = Identity | User

Possible types

Me.Identity object

Represents an identity that is issued credentials

Me.User object

Represents a user of the platform, whether a person (interactive user) or a third-party application. Users are members of the platform home tenant, people are AAD tenant users, applications are app registrations.

Returned By

me query