Skip to content

인증된 사용자의 프로필 정보 조회

인증된 사용자의 프로필 정보를 조회합니다.

HTTP 요청

http
GET https://<your-console-host>/api/v1/iam/authn/profile

URI 매개변수

없습니다.

요청 헤더

인증 헤더는 모든 API 가 같습니다. 공통 규약을 참고하십시오.

응답

상태 코드설명
200 OKSuccessful Response

위 표는 정상 응답과 요청 검증 실패만 나열합니다. 이 API 는 그 밖에 401(인증 실패) · 403(권한 없음) · 404(리소스 없음) · 502(인프라 오류)를 반환할 수 있습니다. 조건은 오류 처리를 참고하십시오.

응답 본문 — 200

이름필수형식설명
message선택string 또는 null응답 메시지
timestamp선택string응답 생성 시간
requestId필수string요청 식별자
result필수object결과 데이터
result.tpn필수string사용자 TPN
result.username필수string사용자명
result.email선택string 또는 null이메일 주소
result.displayName선택string 또는 null표시 이름
result.domainId선택string 또는 null도메인(조직) ID
result.domainName선택string 또는 null도메인(조직) 이름
result.level선택string 또는 null권한 레벨 (systemAdmin | domainAdmin | partitionAdmin; 일반 사용자 또는 조회 실패 시 null)
result.authentication선택object인증 정보
result.authentication.passwordUpdatedAt선택string 또는 null비밀번호 최근 업데이트 일시 (ISO8601 UTC)
result.authentication.passwordChangeType선택string 또는 null비밀번호 변경 유형 (user, admin, system, locked, reset, expired)
result.authentication.mfa선택objectMFA 설정 정보
result.authentication.mfa.enabled선택booleanMFA 활성화 여부. 기본값 false
result.authentication.mfa.emailEnabled선택boolean이메일 MFA 활성화 여부. 기본값 false
result.authentication.mfa.totpEnabled선택booleanTOTP MFA 활성화 여부. 기본값 false
result.authentication.mfa.totpCreatedAt선택string 또는 nullTOTP 등록 일시 (ISO8601 UTC); 미등록 시 null
result.createdAt선택string 또는 null생성일시 (ISO8601 UTC)
result.updatedAt선택string 또는 null정보 업데이트 일시 (ISO8601 UTC)
result.lastSignInAt선택string 또는 null마지막 로그인 일시 (ISO8601 UTC)

Thaki Cloud Aegis — 연동 개발자용 API 문서