Update a team member.
|
id
globally unique identifier
Required
Guid ID of the Team Member to be updated. |
This object takes all the parameters needed to update a team member.
System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList|
TaskID
globally unique identifier
Required
ID of the Project. |
|
IndividualID
globally unique identifier
Required
ID of the user. |
|
RoleID
globally unique identifier
Required
ID of the Team member's role. |
|
HoursProjected
decimal number
Required
Number of hours this team member is projected to work on this project. |
|
HoursActual
decimal number
Required
Number of hours this team member actually worked on this project. |
|
ID
globally unique identifier
ReadOnly
ID of the Team Member. |
|
RoleName
string
ReadOnly
Name of the team member's role. |
|
HoursActualRollup
decimal number
ReadOnly
Sum of the actual number of hours spent on this project. |
|
HoursProjectedRollup
decimal number
ReadOnly
Sum of the projected number of hours to be spent on this project. |
|
IndividualFullName
string
ReadOnly
Full name of the team member. |
|
Created
date
ReadOnly
Date the team member was added to the project. |
|
CreatedBy
globally unique identifier
ReadOnly
ID of the individual that created the team member. |
|
SiteID
globally unique identifier
ReadOnly
ID of the site for the team member. |
|
Updated
date
ReadOnly
Date the team member was last updated. |
|
UpdatedBy
globally unique identifier
ReadOnly
ID of the individual that updated the team member. |
|
IndividualFullOrderedName
string
ReadOnly
Full ordered name of the given team member. |
|
RoleDescription
string
Description of the team member's role on the project (Max 50 charactors) |
|
TeamSurvey
boolean
Set if Team Survey should be sent to the team member. |
<TeamMember xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <TaskID>69c0fa0d-1da3-4cfd-a2e7-3660333f872c</TaskID> <IndividualID>e297d44b-8aa8-44f8-9393-775b3d60c27e</IndividualID> <RoleID>37a4d827-225a-43b6-8e40-67c9d1f61bb4</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{
"TaskID": "69c0fa0d-1da3-4cfd-a2e7-3660333f872c",
"IndividualID": "e297d44b-8aa8-44f8-9393-775b3d60c27e",
"RoleID": "37a4d827-225a-43b6-8e40-67c9d1f61bb4",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"RoleDescription": "sample string 4",
"TeamSurvey": true
}
|
TaskID
globally unique identifier
Required
ID of the Project. |
|
IndividualID
globally unique identifier
Required
ID of the user. |
|
RoleID
globally unique identifier
Required
ID of the Team member's role. |
|
HoursProjected
decimal number
Required
Number of hours this team member is projected to work on this project. |
|
HoursActual
decimal number
Required
Number of hours this team member actually worked on this project. |
|
ID
globally unique identifier
ReadOnly
ID of the Team Member. |
|
RoleName
string
ReadOnly
Name of the team member's role. |
|
HoursActualRollup
decimal number
ReadOnly
Sum of the actual number of hours spent on this project. |
|
HoursProjectedRollup
decimal number
ReadOnly
Sum of the projected number of hours to be spent on this project. |
|
IndividualFullName
string
ReadOnly
Full name of the team member. |
|
Created
date
ReadOnly
Date the team member was added to the project. |
|
CreatedBy
globally unique identifier
ReadOnly
ID of the individual that created the team member. |
|
SiteID
globally unique identifier
ReadOnly
ID of the site for the team member. |
|
Updated
date
ReadOnly
Date the team member was last updated. |
|
UpdatedBy
globally unique identifier
ReadOnly
ID of the individual that updated the team member. |
|
IndividualFullOrderedName
string
ReadOnly
Full ordered name of the given team member. |
|
RoleDescription
string
Description of the team member's role on the project (Max 50 charactors) |
|
TeamSurvey
boolean
Set if Team Survey should be sent to the team member. |
<TeamMember xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <TaskID>f66a6697-753b-47a9-a632-8aadb6dc61e9</TaskID> <IndividualID>effc50bf-7f90-4562-bb17-c4cd44a2b0cf</IndividualID> <RoleID>58bf14a7-6a70-49bb-a481-dec835d554ff</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>74a1c3ae-36f2-49d8-8e8f-211f9f12f24a</ID> <RoleName>sample string 1</RoleName> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <IndividualFullName>sample string 2</IndividualFullName> <Created>2026-01-29T03:18:28.477954+00:00</Created> <CreatedBy>94c0c073-88ba-4d4b-b538-4ce854eced06</CreatedBy> <SiteID>733a41e0-254f-4ba2-bf85-9ffa115253fd</SiteID> <Updated>2026-01-29T03:18:28.477954+00:00</Updated> <UpdatedBy>bbfccc89-f416-4654-9a17-744bb6e7a52b</UpdatedBy> <IndividualFullOrderedName>sample string 3</IndividualFullOrderedName> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{
"TaskID": "f66a6697-753b-47a9-a632-8aadb6dc61e9",
"IndividualID": "effc50bf-7f90-4562-bb17-c4cd44a2b0cf",
"RoleID": "58bf14a7-6a70-49bb-a481-dec835d554ff",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "74a1c3ae-36f2-49d8-8e8f-211f9f12f24a",
"RoleName": "sample string 1",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"IndividualFullName": "sample string 2",
"Created": "2026-01-29T03:18:28.477954+00:00",
"CreatedBy": "94c0c073-88ba-4d4b-b538-4ce854eced06",
"SiteID": "733a41e0-254f-4ba2-bf85-9ffa115253fd",
"Updated": "2026-01-29T03:18:28.477954+00:00",
"UpdatedBy": "bbfccc89-f416-4654-9a17-744bb6e7a52b",
"IndividualFullOrderedName": "sample string 3",
"RoleDescription": "sample string 4",
"TeamSurvey": true
}