Claim Custom Role
Sessions
Claim Custom Role
Claim a vacant custom role slot in a session
PATCH
Claim Custom Role
Claim a vacant custom role slot in a session. The user must meet the minimum rank requirement for the role, and the session must be claimable.
Custom roles are a Premium/Enterprise feature. This endpoint will return a 403 error for free-tier workspaces.
Request
Parameters
The session ID
The Roblox user ID of the user claiming the slot (must be a workspace member)
The name of the custom role to claim
The slot key to claim (must be a vacant slot, e.g.
VACANT_0, VACANT_1)Response
200
Errors
| Status | Description |
|---|---|
| 400 | Session is not claimable, slot is already filled, or user already holds a slot in this role |
| 403 | Premium/Enterprise subscription required, or user does not meet minimum rank requirement |
| 404 | Session or custom role not found |
Authorizations
Pass your API key in the apikey header. Alternatively, the x-api-key header is also accepted.
Path Parameters
The session ID
Body
application/json
Response
Custom role claimed successfully

