Creates list of users with given input array
- application/json
Request Body array required
List of user object
- Array [
- login string
this user name
- id string
this user id
- url string
return personal information interface in json format
- name string
User's nisckname
- company string
User's company
- blog string
User's personal website or blog
- location string
User's location
- email string
User's email
- bio string
User's brief introduction
- avatar_url string
User's avatar
- html_url string
User's personal homepage
- public_repos Integer
User's public repostory count
- total_private_repos Integer
User's private repostory count
- owned_private_repos Integer
User's self private repostory count
- created_at string
User's register time
- updated_at string
User's update personal information time
- ]
Responses
- default
successful operation
Loading...