Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The UserStatus object contains properties related to the /wiki/spaces/MOBDEV/pages/1934118.

UserStatus Object Formats

JSON Format
{
	"Breaks": [{
		"StartBreakUTC": "",
		"EndBreakUTC": ""
	}],
	"CheckIn": {
		"FlexAttrs": {}
	},
	"CheckOut": {
		"FlexAttrs": {}
	},
	"CheckInUTC": "",
	"CheckOutUTC": "",
	"UserName": ""
	"UserStatus": ""
}

UserStatus Object Properties

(info) Required properties are in bold.

Property

Type

Description

Breaks

collection

A collection of start and end times for breaks taken during the user's workday

Break Properties

PropertyTypeDescription
StartBreakUTCstringIdentifies the start date and time of the break
EndBreakUTCstring

Identifies the end date and time of the break

CheckIn

object

This property is used to store the FlexForms values in for the Check-in process
CheckOutobjectThis property is used to store the FlexForms values in for the Check-out process

CheckInUTC

datetime

Identifies the date and time the user checked in.

CheckOutUTCdatetimeIdentifies the date and time the user checked out.
UserNamestringIdentifies the currently logged in user.
UserStatusstring

Contains a UserStatus System Category value identifying the user's status.

Valid values are:

  • 1001 - Checked In
  • 1002 - On Break
  • 1003 - Checked Out
  • No labels