크리에이터 허브
대시보드
배우기
상점
인재
포럼
로드맵
로그인
생성
개요
체험
아바타
애셋
오픈 클라우드
Roblox Studio의 최소 요구 사항이 상향되었습니다.
자세히 알아보기
생성
/
오픈 클라우드
/
Legacy APIs
한국어
피드백
Authentication v2
*
이 콘텐츠는 AI(베타)를 사용해 번역되었으며, 오류가 있을 수 있습니다. 이 페이지를 영어로 보려면
여기
를 클릭하세요.
기본 URL
https://auth.roblox.com
JSON
다운로드
Authentication
GET
/v2
/auth
/metadata
권한 메타데이터 가져오기
POST
/v2
/login
사용자를 인증합니다.
POST
/v2
/logout
현재 인증 세션을 삭제합니다.
POST
/v2
/logoutfromallsessionsandreauthenticate
다른 모든 세션에서 사용자를 로그아웃합니다.
IdentityVerification
POST
/v2
/identity-verification
/login
신원 확인을 통한 로그인 끝점
Metadata
GET
/v2
/metadata
메타데이터 가져오기
PasswordsV2
GET
/v2
/passwords
/current-status
현재 사용자에 대한 비밀번호 상태를 비동기적으로 반환합니다.
GET
/v2
/passwords
/reset
비밀 재설정 뷰에 필요한 메타데이터를 가져옵니다.
POST
/v2
/passwords
/reset
비밀번호 재설정 티켓에 속하는 사용자의 비밀번호를 재설정합니다.
POST
/v2
/passwords
/reset
/send
지정된 대상에 비밀번호 재설정 이메일 또는 도전을 보냅니다.
POST
/v2
/passwords
/reset
/verify
비밀 재설정 도전 솔루션을 확인합니다.
GET
/v2
/passwords
/validate
비밀번호가 유효한지 확인하는 끝점.
POST
/v2
/passwords
/validate
비밀번호가 유효한지 확인하는 끝점.
Recovery
GET
/v2
/recovery
/metadata
잊혀진 끝점에 대한 메타데이터 가져오기
Revert
GET
/v2
/revert
/account
복구 계정 티켓 정보 가져오기
POST
/v2
/revert
/account
되돌린 계정 요청 제출
Signup
POST
/v2
/signup
새 사용자 등록을 위한 엔드포인트
Passwords
POST
/v2
/user
/passwords
/change
인증된 사용자의 암호를 변경합니다.
UsernameChange
POST
/v2
/username
사용자의 사용자 이름 변경
Usernames
GET
/v2
/usernames
쿼리 매개변수에 따라 Roblox에서 기존 사용자 이름 목록을 가져옵니다
POST
/v2
/usernames
/recover
이메일에 속한 모든 계정의 이메일을 보냅니다
GET
/v2
/usernames
/validate
사용자 이름이 유효한지 확인합니다.
POST
/v2
/usernames
/validate
사용자 이름이 유효한지 확인합니다.
Models
Roblox.Authentication.Api.Models.AuthMetaDataResponse
Roblox.Authentication.Api.Models.ForgotPasswordUserResponse
Roblox.Authentication.Api.Models.LoginRequest
Roblox.Authentication.Api.Models.LoginResponse
Roblox.Authentication.Api.Models.MetadataResponse
Roblox.Authentication.Api.Models.PasswordChangeModel
Roblox.Authentication.Api.Models.PasswordResetMetadataResponse
Roblox.Authentication.Api.Models.PasswordResetModel
Roblox.Authentication.Api.Models.PasswordResetVerificationRequest
Roblox.Authentication.Api.Models.PasswordResetVerificationResponse
Roblox.Authentication.Api.Models.PasswordStatusResponse
Roblox.Authentication.Api.Models.PasswordValidationModel
Roblox.Authentication.Api.Models.PasswordValidationResponse
Roblox.Authentication.Api.Models.RecoverUsernameRequest
Roblox.Authentication.Api.Models.RecoverUsernameResponse
Roblox.Authentication.Api.Models.RecoveryMetadataResponse
Roblox.Authentication.Api.Models.ReferralDataModel
Roblox.Authentication.Api.Models.Request.IdentityVerificationLoginRequest
Roblox.Authentication.Api.Models.Request.LogoutFromAllSessionsAndReauthenticateRequest
Roblox.Authentication.Api.Models.Request.OtpSessionModel
Roblox.Authentication.Api.Models.Request.SecureAuthenticationIntentModel
Roblox.Authentication.Api.Models.RevertAccountInfoResponse
Roblox.Authentication.Api.Models.RevertAccountSubmitRequest
Roblox.Authentication.Api.Models.SendResetPasswordRequest
Roblox.Authentication.Api.Models.SendResetPasswordResponse
Roblox.Authentication.Api.Models.SignupRequest
Roblox.Authentication.Api.Models.SignupResponse
Roblox.Authentication.Api.Models.TwoStepVerificationSentResponse
Roblox.Authentication.Api.Models.UsernameChangeRequest
Roblox.Authentication.Api.Models.UsernameValidationRequest
Roblox.Authentication.Api.Models.UsernameValidationResponse
Roblox.Authentication.Api.Models.UsernamesResponse
Roblox.Web.Responses.Users.LegacyUserResponse
Roblox.Web.Responses.Users.SkinnyUserResponse
Roblox.Web.WebAPI.ApiEmptyResponseModel