1. 기능 개요


2. API 목록

Method Endpoint 설명
GET /api/users 계정 목록 조회
POST /api/users/ 회원가입
PATCH /api/users/{userId}/role 권한 수정
GET /api/users/{userId}/profiles 프로필 조회
PATCH /api/users/{userId}/profiles 프로필 업데이트
PATCH /api/users/{userId}/password 비밀번호 변경
PATCH /api/users/{userId}/lock 계정 잠금 상태 변경

3. 기능별 상세 설계

📌 1. 사용자 회원가입


📌 2. 사용자 목록 조회 (관리자용)