Last updated 7 months ago
GET /v2/user
GET
/v2/user
유저 목록을 조회합니다.
Headers
Response
{ "success": true, "data": { "userList": [ { "id": "<userId>", "name": "유저 이름", "status": "<유저 상태>", "email": "usermail@address.com", "role": "<역할 이름>", "updatedAt": "2024-04-03T05:59:23.217Z", "createdAt": "2024-04-03T05:59:23.217Z" }, ] } }
{ "success": false, "message": "에러 메세지" }
Content-Type
application/json
Authorization
Bearer <token>