v1
latestOpenAPI 3.0.02026-07-24161215397.4 KBCheckins
Check in a Member
Check in member with id = {memberId}. Member checkins with start date before the current date and no end date are not allowed.
Required scopes: flex.community.checkins.create
post/api/v2/organizations/{orgSlug}/checkins/{memberId}
Path parameters
memberIdstring required
member id
orgSlugstring required
organization slug
Request body
Example request
{
"location": "6080186f490fcf6e0547ec57",
"start": "2024-10-31T13:15:00.000Z",
"end": "2024-10-31T15:30:00.000Z"
}Response
Example response
{
"_id": "6080186f490fcf6e0547ec57",
"start": "2024-10-31T13:15:00.000Z",
"end": "2024-10-31T15:30:00.000Z",
"location": "6080186f490fcf6e0547ec57",
"company": "6080186f490fcf6e0547ec57",
"member": "6080186f490fcf6e0547ec57",
"booking": "6080186f490fcf6e0547ec57",
"pass": "6080186f490fcf6e0547ec57",
"resourceType": "hotdesk",
"source": "admin",
"createdBy": "6080186f490fcf6e0547ec57",
"modifiedBy": "6080186f490fcf6e0547ec57"
}