创作者中心
中心
学习
商店
人才
论坛
路线图
登录
Create
概览
体验
虚拟形象
素材
Open Cloud
Roblox Studio has increased the minimum specification requirements.
Learn More
Create
/
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]