/
RO
roblox
/
Roblox API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 9h ago · Updated 9h ago
Details
Filter operations
Accounts
173
Advertising
20
Analytics
4
Assets
78
Avatars
35
Badges
26
Bans and blocks
15
Configs
9
Connections
19
Creator Store
8
Data and memory stores
48
Developer products
21
Experiments
11
Game Events
5
Game passes
21
Generative AI
1
Groups
103
Interactions
26
Inventories
9
Localization
89
Luau Execution
5
Matchmaking
29
Metadata
15
Notifications
11
Observability
6
Places
20
Private servers
9
post
/v1/games/vip-servers/{universeId}
get
/v1/games/{placeId}/private-servers
get
/v1/private-servers/enabled-in-universe/{universeId}
get
/v1/private-servers/my-private-servers
get
Get settings for an owned universe's VIP servers.
get
/v1/vip-server/can-invite/{userId}
get
/v1/vip-servers/my-private-servers
patch
/v1/vip-servers/{id}
patch
/v1/vip-servers/{id}/subscription
Team Create
8
Thumbnail Personalization
7
Thumbnails
11
Trades
16
Universes
37
User profiles
5
Users
14
get
Get User
get
Get User Thumbnail Generation Operation
get
Generate User Thumbnail
post
Reserves a nonce for a native SSO sign-in attempt.
post
OAuth callback for identity providers that POST the authorization code as form fields (Apple form_post). Extra form fields such as Apple's first-auth `id_token` and `user` are ignored; web login exchanges code via PKCE and does not treat a form id_token as proof.
post
SAML Assertion Consumer Service endpoint that external identity provider calls post user authentication.
get
Gets a page of asset (image) entries for the specified table, along with the table's per-locale asset translations.
post
Rename a credential for the specified user.
Private servers
patch
/v1/vip-servers/{id}
Path parameters
id
integer
required
Request body
PrivateServerUpdateRequest
required
name
string
nullable
newJoinCode
boolean
nullable
active
boolean
nullable
Response
Success
PrivateServerResponse
required
id
integer
name
string
nullable
game
GameResponse
joinCode
string
nullable
active
boolean
subscription
PrivateServerSubscriptionResponse
permissions
PrivateServerPermissionsResponse
voiceSettings
PrivateServerVoiceSettingsResponse
link
string
nullable
Changes