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>4584048f-2943-4848-a8c6-71f272d19082</TaskID> <IndividualID>a0fef08c-5a25-4e99-8d53-14317cc251a1</IndividualID> <RoleID>76c0dba6-d0e1-47db-8228-105317a0da59</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{ "TaskID": "4584048f-2943-4848-a8c6-71f272d19082", "IndividualID": "a0fef08c-5a25-4e99-8d53-14317cc251a1", "RoleID": "76c0dba6-d0e1-47db-8228-105317a0da59", "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>e4d363f9-32ca-422b-b7a2-d8c17d9e906f</TaskID> <IndividualID>4dea3d9e-5ad2-4a13-a55a-76814c145079</IndividualID> <RoleID>c5da2c5c-be2e-4c90-a1fe-1e32c696285b</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>2a3f33bd-939d-43da-a82e-aea1c0f7ae6a</ID> <RoleName>sample string 1</RoleName> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <IndividualFullName>sample string 2</IndividualFullName> <Created>2025-10-01T11:29:58.9957058+00:00</Created> <CreatedBy>541f7730-69b9-4f67-a764-c1c184ff4dd7</CreatedBy> <SiteID>12e70b3d-0957-4af2-be1d-13100542dd4f</SiteID> <Updated>2025-10-01T11:29:58.9957058+00:00</Updated> <UpdatedBy>e4b54994-88da-479a-8464-2807dd87bd9f</UpdatedBy> <IndividualFullOrderedName>sample string 3</IndividualFullOrderedName> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{ "TaskID": "e4d363f9-32ca-422b-b7a2-d8c17d9e906f", "IndividualID": "4dea3d9e-5ad2-4a13-a55a-76814c145079", "RoleID": "c5da2c5c-be2e-4c90-a1fe-1e32c696285b", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "2a3f33bd-939d-43da-a82e-aea1c0f7ae6a", "RoleName": "sample string 1", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "IndividualFullName": "sample string 2", "Created": "2025-10-01T11:29:58.9957058+00:00", "CreatedBy": "541f7730-69b9-4f67-a764-c1c184ff4dd7", "SiteID": "12e70b3d-0957-4af2-be1d-13100542dd4f", "Updated": "2025-10-01T11:29:58.9957058+00:00", "UpdatedBy": "e4b54994-88da-479a-8464-2807dd87bd9f", "IndividualFullOrderedName": "sample string 3", "RoleDescription": "sample string 4", "TeamSurvey": true }