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>df90311b-50fa-43f8-89b4-5c522dc4acbe</TaskID> <IndividualID>befe98e3-b24b-4f5e-86d9-95e4f2a9a2ea</IndividualID> <RoleID>080df567-9318-4120-8027-59f607d0ba5f</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{ "TaskID": "df90311b-50fa-43f8-89b4-5c522dc4acbe", "IndividualID": "befe98e3-b24b-4f5e-86d9-95e4f2a9a2ea", "RoleID": "080df567-9318-4120-8027-59f607d0ba5f", "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>fd4ff648-7449-4f1c-9928-00839f282c77</TaskID> <IndividualID>83a6398d-688e-48fb-bc63-d2fa6ca4a61a</IndividualID> <RoleID>13c64c54-4097-4603-8b75-66f298b001e3</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>368b6eba-54f4-4a01-8365-582fc80e1adb</ID> <RoleName>sample string 1</RoleName> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <IndividualFullName>sample string 2</IndividualFullName> <Created>2025-06-22T12:31:30.6354924+00:00</Created> <CreatedBy>1c36bc62-5c9a-4dc0-9371-572c0c6101e7</CreatedBy> <SiteID>e44a93d5-9ba4-4afc-9f06-617cd69aa46b</SiteID> <Updated>2025-06-22T12:31:30.6354924+00:00</Updated> <UpdatedBy>dc0f6830-1254-40d4-912a-1719ed15a100</UpdatedBy> <IndividualFullOrderedName>sample string 3</IndividualFullOrderedName> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{ "TaskID": "fd4ff648-7449-4f1c-9928-00839f282c77", "IndividualID": "83a6398d-688e-48fb-bc63-d2fa6ca4a61a", "RoleID": "13c64c54-4097-4603-8b75-66f298b001e3", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "368b6eba-54f4-4a01-8365-582fc80e1adb", "RoleName": "sample string 1", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "IndividualFullName": "sample string 2", "Created": "2025-06-22T12:31:30.6354924+00:00", "CreatedBy": "1c36bc62-5c9a-4dc0-9371-572c0c6101e7", "SiteID": "e44a93d5-9ba4-4afc-9f06-617cd69aa46b", "Updated": "2025-06-22T12:31:30.6354924+00:00", "UpdatedBy": "dc0f6830-1254-40d4-912a-1719ed15a100", "IndividualFullOrderedName": "sample string 3", "RoleDescription": "sample string 4", "TeamSurvey": true }