Authorization: Bearer ********************
curl --location -g --request GET 'https://open.pingcode.com/v1/scm/products/{{scm_product_id}}/users?name'
{
"page_size": 30,
"page_index": 0,
"total": 1,
"values": [
{
"id": "5666aea91f99e33cb7c44964",
"url": "https://rest_api_root/v1/scm/products/564587fe700d43b81b080765/users/5666aea91f99e33cb7c44964",
"product": {
"id": "564587fe700d43b81b080765",
"url": "https://rest_api_root/v1/scm/products/564587fe700d43b81b080765",
"name": "Github",
"type": "github"
},
"name": "terry",
"display_name": "Terry",
"html_url": "https://github.com/terrylee",
"avatar_url": "https://avatars2.githubusercontent.com/u/694592?v=4"
}
]
}