v1
latestOpenAPI 3.0.02026-07-13483586.3 KBProjects
Get project team (employees assigned to the project)
Returns a list of employees that are assigned to the project.
get/projects/{projectId}/team
Path parameters
projectIdstring required
Response
Successful operation
Example response
{
"status": "ACTIVE",
"team": [
{
"employeeURL": "https://placekitten.com/200/200",
"projectStatus": "ACTIVE",
"engagementLevel": "FULL_TIME"
}
]
}