User 단건 조회
- 인쇄
- PDF
User 단건 조회
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
User 단건을 조회합니다.
요청
- GET /user/{userId}
요청 파라미터
파라미터 | 필수여부 | 타입 | 설명 | 제약사항 |
---|---|---|---|---|
userId | Y | String | User ID |
응답
응답 바디
{
"userId" : "string",
"loginId" : "string",
"nrn" : "string",
"userProfile" : {
"firstName" : "string",
"lastName" : "string",
"email" : "string",
"emailVerified" : "boolean",
"empNo" : "string",
"phoneCountryCode" : "string",
"phoneNo" : "string",
"phoneNoVerified" : "boolean",
"deptName" : "string"
},
"accessRules" : {
"consoleAccessAllowed" : "boolean",
"apiAccessAllowed" : "boolean",
},
"status" : "string",
"description" : "string",
"lastLoginAt" : "string",
"createdAt" : "string",
"updatedAt" : "string"
}
파라미터 | 타입 | 설명 | 제약사항 |
---|---|---|---|
userId | String | 유저 아이디 | |
loginId | String | 로그인 아이디(email) | |
nrn | String | 생성된 유저 nrn | |
userProfile | Object | User profile | |
userProfile.firstName | String | 이름 | |
userProfile.lastName | String | 성 | |
userProfile.email | String | 이메일 | |
userProfile.emailVerified | Boolean | 이메일 검증 여부 | |
userProfile.empNo | String | 사원 번호 | |
userProfile.phoneCountryCode | String | 핸드폰 번호 국가 번호 | |
userProfile.phoneNo | String | 핸드폰 번호 | |
userProfile.phoneNoVerified | Boolean | 핸드폰 번호 검증 여부 | |
userProfile.deptName | String | 부서명 | |
accessRules | Object | 접근 규칙 | |
accessRules.consoleAccessAllowed | Boolean | 콘솔 접근 허용 여부 | |
accessRules.apiAccessAllowed | Boolean | API 접근 허용 여부 | |
status | String | 유저 상태(active, suspended, deleted) | |
lastLoginAt | String | 최종 로그인 일시 (UTC, 예: 2023-04-25T13:11:50Z) | |
createdAt | String | 생성 일시 (UTC, 예: 2023-04-25T13:11:50Z) | |
updatedAt | String | 수정 일시 (UTC, 예: 2023-04-25T13:11:50Z) | |
description | String | 유저 설명 |
에러
아래 에러 코드는 이 액션(Action)에서 특징적으로 발생하는 에러입니다. 에러 응답 형식은 Error Response를 참고해 주십시오.
공통적으로 발생하는 에러에 대한 상세한 설명은 NAVER Cloud Platform API를 참조해 주십시오.
HTTP status code | 에러 코드 | 에러 메시지 |
---|---|---|
400 | 9050 | 사용자가 존재하지 않습니다. |
이 문서가 도움이 되었습니까?