curl --request GET \
--url http://api/v2/projects/{projectId}/roles/assignments{
"results": [
{
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"projectId": "<string>",
"organizationId": "<string>",
"assigneeName": "<string>",
"assigneeId": "<string>",
"assigneeType": "user",
"ownerType": "user",
"roleName": "<string>",
"roleId": "<string>"
}
],
"status": "ok"
}List project role assignments
curl --request GET \
--url http://api/v2/projects/{projectId}/roles/assignments{
"results": [
{
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"projectId": "<string>",
"organizationId": "<string>",
"assigneeName": "<string>",
"assigneeId": "<string>",
"assigneeType": "user",
"ownerType": "user",
"roleName": "<string>",
"roleId": "<string>"
}
],
"status": "ok"
}Was this page helpful?