OBJECT

GetSelfServiceInfoForUserResp

Description

Self service information for the logged-in user.

link GraphQL Schema definition

  • type GetSelfServiceInfoForUserResp {
  • # Mailbox object, if any, belonging to the user.
  • mailbox: MailboxForSelfService
  • # Name of the logged-in user.
  • name: String!
  • # Onedrive object, if any, belonging to the user.
  • onedrive: OnedriveForSelfService
  • # RSC ID of the M365 organization to which the user belongs.
  • orgId: String!
  • }

link Require by