User Observees
User Observees API
// A code used for linking a user to a student to observe them.
{
// The ID of the user.
"user_id": 2,
// The actual code to be sent to other APIs
"code": "abc123",
// When the code expires
"expires_at": "2012-05-30T17:45:25Z",
// The current status of the code
"workflow_state": "active"
}Parameter
Type
Description
Parameter
Type
Description
Parameter
Type
Description
Parameter
Type
Description
Parameter
Type
Description
Last updated
Was this helpful?