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.
- MailboxForSelfService :
- # Name of the logged-in user.
- String! :
- # Onedrive object, if any, belonging to the user.
- OnedriveForSelfService :
- # RSC ID of the M365 organization to which the user belongs.
- String! :
- }