테스트유저 리스트
POST {{baseUrl}}/api/v1/target/getServiceTestUserList
서비스별로 테스트유저의 리스트를 불러옵니다.
Request Body
{"service_id"=>"S00001"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"result":[{"reason":"테스트진행자로 선정한 이유","phone_no_mask":"010-4***-4***","user_id":"park8357","service_id":"S00001","row_num":1,"service_nm":"스카이샵","audience_user_id_mask":"park8***","totalCount":5},{"reason":"테스트진행자로 선정한 이유","phone_no_mask":"010-4***-2***","user_id":"kang3808","service_id":"S00001","row_num":2,"service_nm":"스카이샵","audience_user_id_mask":"kang3***","totalCount":5},{"reason":"테스트진행자","phone_no_mask":"010-9***-9***","user_id":"pop8657","service_id":"S00001","row_num":3,"service_nm":"스카이샵","audience_user_id_mask":"pop86**","totalCount":5},{"reason":"테스트진행자로 선정한 이유","phone_no_mask":"010-1***-5***","user_id":"park5592","service_id":"S00001","row_num":4,"service_nm":"스카이샵","audience_user_id_mask":"park5***","totalCount":5},{"reason":"테스트진행자","phone_no_mask":"010-3***-8***","user_id":"sky4967","service_id":"S00001","row_num":5,"service_nm":"스카이샵","audience_user_id_mask":"sky49**","totalCount":5}],"count":5,"totalCount":5,"status":200}