Login with Settop_num
Login with Settop_num
GET /login/{settop_num}
<Description of the endpoint>
Body
Name
Type
Description
settop_num
string
Settop Number
Response
[
{
'user_name' : '이민정',
'user_id' : 1
},
{
'user_name' : '이세숑',
'user_id' : 2
},
{
'user_name' : '이다빈',
'user_id' : 3
},
{
'user_name' : '막세민',
'user_id' : 4
}
]{
"detail": "error"
}Last updated