創作者中心
後台
學習
商店
人才
論壇
路線圖
登入
建立
概覽
體驗
虛擬人偶
素材
Open Cloud
Roblox Studio 的最低規格要求已提升。
了解更多
建立
/
Open Cloud
/
All legacy APIs
中文(繁體)
回饋
Users v1
基本網址
https://users.roblox.com
JSON
下載
AccountInformation
GET
/v1
/birthdate
Get the user's birthdate
POST
/v1
/birthdate
Update the user's birthdate
GET
/v1
/description
Get the user's description
POST
/v1
/description
Update the user's description
GET
/v1
/gender
Get the user's gender
POST
/v1
/gender
Update the user's gender
DisplayNames
GET
/v1
/display-names
/validate
Validate a display name for a new user.
GET
/v1
/users
/{userId}
/display-names
/validate
Validate a display name for an existing user.
PATCH
/v1
/users
/{userId}
/display-names
Set the display name for the authorized user.
Users
GET
/v1
/users
/{userId}
Gets detailed user information by id.
GET
/v1
/users
/authenticated
Gets the minimal authenticated user.
GET
/v1
/users
/authenticated
/age-bracket
Gets the age bracket of the authenticated user.
GET
/v1
/users
/authenticated
/country-code
Gets the country code of the authenticated user.
GET
/v1
/users
/authenticated
/roles
Gets the (public) roles of the authenticated user, such as `"Soothsayer"` and `"BetaTester"`.
POST
/v1
/usernames
/users
Get users by usernames.
POST
/v1
/users
Get users by ids.
Usernames
GET
/v1
/users
/{userId}
/username-history
Retrieves the username history for a particular user.
UserSearch
GET
/v1
/users
/search
Searches for users by keyword.
模型
Models
Roblox.Paging.ExclusiveStartKeyCursor[System.Nullable[System.Int64]]
Roblox.Paging.StartIndexCursor
Roblox.Users.Api.AuthenticatedGetUserResponse
Roblox.Users.Api.BirthdateRequest
Roblox.Users.Api.BirthdateResponse
Roblox.Users.Api.DescriptionRequest
Roblox.Users.Api.DescriptionResponse
Roblox.Users.Api.GenderRequest
Roblox.Users.Api.GenderResponse
Roblox.Users.Api.GetUserResponse
Roblox.Users.Api.MultiGetByUserIdRequest
Roblox.Users.Api.MultiGetByUsernameRequest
Roblox.Users.Api.MultiGetUserByNameResponse
Roblox.Users.Api.MultiGetUserResponse
Roblox.Users.Api.SearchGetUserResponse
Roblox.Users.Api.SetDisplayNameRequest
Roblox.Users.Api.UserAgeBracketResponse
Roblox.Users.Api.UserCountryCodeResponse
Roblox.Users.Api.UserRolesResponse
Roblox.Users.Api.UsernameHistoryResponse
Roblox.Web.WebAPI.ApiEmptyResponseModel
Roblox.Web.WebAPI.Models.ApiArrayResponse[Roblox.Users.Api.MultiGetUserByNameResponse]
Roblox.Web.WebAPI.Models.ApiArrayResponse[Roblox.Users.Api.MultiGetUserResponse]
Roblox.Web.WebAPI.Models.ApiPageResponse[Roblox.Users.Api.SearchGetUserResponse]
Roblox.Web.WebAPI.Models.ApiPageResponse[Roblox.Users.Api.UsernameHistoryResponse]