Skip to main content
POST
Add Attendee
Add a player to an attendance session with join/leave timestamps (Premium/Enterprise only).

Request

Parameters

string
required
Roblox user ID (required)
string
Roblox username (optional)
string
Roblox display name (optional)
string
User’s avatar URL (optional)
string
ISO 8601 join timestamp (optional)

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)

Username
string

The Roblox username (optional)

DisplayName
string

The Roblox display name (optional)

AvatarUrl
string

The user's avatar URL (optional)

JoinTime
string<date-time>

ISO 8601 timestamp of join time (optional)

Response

Attendee added