{
"Action": "DescribeUserProjects",
"userId": 2
}
curl --location -g --request POST 'https://.coding.net/open-api?Action=DescribeUserProjects' \
--header 'AccessToken;' \
--header 'Action;' \
--header 'Content-Type: application/json' \
--data-raw '{
"Action": "DescribeUserProjects",
"userId": 2
}'{
"Response": {
"ProjectList": [
{
"Id": 0,
"CreatedAt": 0,
"UpdatedAt": 0,
"Status": 0,
"Type": 0,
"Name": "string",
"DisplayName": "string",
"Description": "string",
"Icon": "string",
"TeamId": 0,
"IsDemo": true,
"MaxMember": 0,
"UserOwnerId": 0,
"Archived": true,
"StartDate": 0,
"TeamOwnerId": 0,
"EndDate": 0
}
],
"RequestId": "string"
}
}