Hi,
I wonder if and how it would be possible for the information from here:
MultiUserDeviceInfo{
description:
Shared Device Details
State* string
Gets or sets SharedDeviceState
Enum:
[ LoggingInRemovingManagedApps, LogInErrorRemovingManagedApps, LoggingInRelocatingDevice, LogInErrorRelocatingDevice, LoggingInRemovingProfiles, LogInErrorRemovingProfiles, LogInError, LoggingOutRemovingManagedApps, LogOutErrorRemovingManagedApps, LoggingOutRelocatingDevice, LogOutErrorRelocatingDevice, LoggingOutRemovingProfiles, LogOutErrorRemovingProfiles, LoggingOutDisablingPasscode, LogOutErrorDisablingPasscode, LogOutError, LoggedIn, LoggedOut, NotAvailable ]
CurrentUserSession {
description:
Gets or sets CurrentUserName
UserName string
LoginTime string($date-time)
LogoutTime string($date-time)
}
LastUserSession {
description:
Gets or sets LastUserName
UserName string
LoginTime string($date-time)
LogoutTime string($date-time)
}
}
to passthrough into a third-party entity.
Any idea will be highly appreciated.