Skip to main content
POST
Update Attendee
Update an attendee’s join and/or leave times in an attendance session (Premium/Enterprise only).

Request

Parameters

string
required
The attendance session ID
string
required
The Roblox user ID to update
string
Updated ISO 8601 join timestamp
string
Updated ISO 8601 leave timestamp

Response

Authorizations

apikey
string
header
required

Pass your API key in the apikey header. Alternatively, the x-api-key header is also accepted.

Path Parameters

sessionId
string
required

The session ID

Body

application/json
UserId
string
required

The Roblox user ID (required)

JoinTime
string<date-time>

Updated join time (optional)

LeaveTime
string<date-time>

Updated leave time (optional)

Response

Attendee updated