key | type | default | required | description |
---|---|---|---|---|
id | pk | user id | ||
username | Email(254) | 아이디(이메일) | ||
first_name | EncryptedChar(150) | 이름 | ||
last_name | char(150) | 성 | ||
call_name | char(150) | 닉네임 | ||
photo | Image(128) | 사진 | ||
tel | EncryptedChar(100) | 전화번호 | ||
address | EncryptedChar(1024) | 주소 | ||
is_active | bool | True | 활성화 여부 (탈퇴하면 False) | |
is_approved | bool | False | 승인된 사용자 여부 (Email 인증) | |
date_joined | datetime | 가입일 | ||
last_login | datetime | 최근 로그인 |
key | type | default | required | description |
---|---|---|---|---|
q | char | 아이디, 이름으로 검색 | ||
active | char | 활성 유저 여부 |
{
"pagination": {
"item_total": 1,
"page_total": 1,
"current_page": 1,
"next_link": null,
"prev_link": null,
"first_link": null
},
"data": [
{
"id": 3,
"username": "[email protected]",
"first_name": "2",
"last_name": "B",
"call_name": "B 2",
"photo": null,
"tel": null,
"address": null,
"is_active": true,
"is_approved": false,
"date_joined": "2023-09-14T14:46:30+0900",
"last_login": "2023-09-14T14:48:18+0900"
}
]
}
유저 정보 엑셀로 내보내기
권한: 관리자
parameters: 상동
input sample
output sample