Trung Tâm Nhà Sáng Tạo
Bảng Điều Khiển
Học
Cửa Hàng
Tài Năng
Diễn Đàn
Lộ Trình
Đăng Nhập
Tạo
Tổng Quan
Trải Nghiệm
Avatar
Tài Sản
Open Cloud
Roblox Studio đã tăng yêu cầu về thông số kỹ thuật tối thiểu.
Tìm Hiểu Thêm
Tạo
/
Open Cloud
/
All legacy APIs
Tiếng Việt
Phản Hồi
Account settings v1
URL Cơ Sở
https://accountsettings.roblox.com
JSON
Tải Xuống
Accounts
GET
/v1
/account
/settings
/account-country
Get a user's current account country setting.
POST
/v1
/account
/settings
/account-country
Updates the user's account country.
GET
/v1
/account
/settings
/metadata
Returns metadata used by the account settings page
Email
GET
/v1
/email
Gets the authenticated user's email address and verified status
PATCH
/v1
/email
Updates the authenticated user's email address
POST
/v1
/email
Updates the authenticated user's email address
POST
/v1
/email
/verify
Send verify email to the authenticated user's email address
ThemeConfiguration
GET
/v1
/themes
/{consumerType}
/{consumerId}
returns the theme type for a specific consumer.
PATCH
/v1
/themes
/{consumerType}
/{consumerId}
Modify the theme type for consumer.
GET
/v1
/themes
/types
returns all the enabled theme types.
TradeSettings
GET
/v1
/trade-privacy
Get a user's trade privacy setting
POST
/v1
/trade-privacy
Updates a user's trade privacy setting
GET
/v1
/trade-value
Get a user's trade quality filter setting
POST
/v1
/trade-value
Updates a user's trade quality filter setting
BlockUser
GET
/v1
/users
/get-blocked-users
Gets all blocked users.
GET
/v1
/users
/get-detailed-blocked-users
Gets all blocked users with details.
POST
/v1
/users
/{userId}
/block
Blocks another user.
POST
/v1
/users
/{userId}
/unblock
Unblocks a previously blocked user.
Mô Hình
Models
Roblox.AccountSettings.Api.EmailResponse
Roblox.AccountSettings.Api.Models.AccountsSettingsMetadataModel
Roblox.AccountSettings.Api.Models.BlockedUser
Roblox.AccountSettings.Api.Models.Response.AccountCountrySettingsResponse
Roblox.AccountSettings.Api.Models.Response.GetBlockedUsersResponse
Roblox.AccountSettings.Api.Models.Response.GetDetailedBlockedUsersResponse
Roblox.AccountSettings.Api.Models.Response.UpdateAccountCountryResponse
Roblox.AccountSettings.Api.Models.Response.UserAccountCountry
Roblox.AccountSettings.Api.SendVerifyEmailRequest
Roblox.AccountSettings.Api.ThemeConfigurationRequest
Roblox.AccountSettings.Api.ThemeConfigurationResponse
Roblox.AccountSettings.Api.TradePrivacyResponse
Roblox.AccountSettings.Api.TradePrivacyUpdateResponse
Roblox.AccountSettings.Api.TradeValueRequest
Roblox.AccountSettings.Api.TradeValueResponse
Roblox.AccountSettings.Api.UpdateAccountCountryRequest
Roblox.AccountSettings.Api.UpdateEmailRequest
Roblox.AccountSettings.Api.UpdateTradePrivacyRequest
Roblox.Web.WebAPI.ApiEmptyResponseModel
Roblox.Web.WebAPI.Models.ApiArrayResponse[System.String]