POST api/member/list

Request Information

URI Parameters

None.

Body Parameters

Collection of Register
NameDescriptionTypeAdditional information
email

string

Required

Max length: 255

name

string

Required

Max length: 255

password

string

Required

Max length: 20

password_check

string

Required

Max length: 20

gender

integer

Required

locale

string

Required

company_name

string

None.

company_code

string

None.

edu_level

integer

None.

major

integer

None.

industry

integer

None.

job_position

integer

None.

survey_channel

integer

None.

survey_other

string

None.

interests

Collection of integer

None.

interest_other

string

None.

birth_year

string

None.

residence

string

None.

city

integer

None.

location

string

None.

countryCode

string

None.

phoneNumber

string

None.

employeeCount

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "email": "sample string 1",
    "name": "sample string 2",
    "password": "sample string 3",
    "password_check": "sample string 4",
    "gender": 5,
    "locale": "sample string 6",
    "company_name": "sample string 7",
    "company_code": "sample string 8",
    "edu_level": 9,
    "major": 10,
    "industry": 11,
    "job_position": 12,
    "survey_channel": 13,
    "survey_other": "sample string 14",
    "interests": [
      1,
      2
    ],
    "interest_other": "sample string 15",
    "birth_year": "sample string 16",
    "residence": "sample string 17",
    "city": 18,
    "location": "sample string 19",
    "countryCode": "sample string 20",
    "phoneNumber": "sample string 21",
    "employeeCount": 22
  },
  {
    "email": "sample string 1",
    "name": "sample string 2",
    "password": "sample string 3",
    "password_check": "sample string 4",
    "gender": 5,
    "locale": "sample string 6",
    "company_name": "sample string 7",
    "company_code": "sample string 8",
    "edu_level": 9,
    "major": 10,
    "industry": 11,
    "job_position": 12,
    "survey_channel": 13,
    "survey_other": "sample string 14",
    "interests": [
      1,
      2
    ],
    "interest_other": "sample string 15",
    "birth_year": "sample string 16",
    "residence": "sample string 17",
    "city": 18,
    "location": "sample string 19",
    "countryCode": "sample string 20",
    "phoneNumber": "sample string 21",
    "employeeCount": 22
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Result
NameDescriptionTypeAdditional information
msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "msg": "sample string 1"
}