Skip to main content
GET
호출 사용자에 대한 정보 가져오기

인증

Authorization
string
header
필수

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

응답

OK

email
string

해당 사용자의 이메일 주소입니다.

id
string

이 사용자의 고유 ID입니다.

isAdmin
boolean

사용자에게 관리자 권한이 있는지 여부를 나타냅니다.

isApproved
boolean

사용자가 승인되었는지 여부를 나타냅니다.

name
string

이 사용자의 이름입니다.