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>5ff9825c-3579-426f-b654-a06d1bea86eb</TaskID> <IndividualID>ae9a289b-9484-4b02-9dd7-a7ba2e0c27d0</IndividualID> <RoleID>48639996-af6b-4c75-aca9-a4796f1b72d9</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{
"TaskID": "5ff9825c-3579-426f-b654-a06d1bea86eb",
"IndividualID": "ae9a289b-9484-4b02-9dd7-a7ba2e0c27d0",
"RoleID": "48639996-af6b-4c75-aca9-a4796f1b72d9",
"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>ed3d5e44-acb3-429f-ac6c-e984c532a7bd</TaskID> <IndividualID>a3b9be7c-7922-4ff8-aaf5-e9ce184cf4d7</IndividualID> <RoleID>f224e422-1872-4776-adb2-bb23619e9c9e</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>4278951a-4ba7-4b47-823c-064d77a2362d</ID> <RoleName>sample string 1</RoleName> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <IndividualFullName>sample string 2</IndividualFullName> <Created>2026-06-11T17:15:09.1445052+00:00</Created> <CreatedBy>d9ca372c-fbb8-448c-97c4-917e1bed8b42</CreatedBy> <SiteID>18e74206-c812-439a-8715-5d91f6f14c28</SiteID> <Updated>2026-06-11T17:15:09.1445052+00:00</Updated> <UpdatedBy>5de69f9c-f2cd-420b-b6fd-a22af861962b</UpdatedBy> <IndividualFullOrderedName>sample string 3</IndividualFullOrderedName> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{
"TaskID": "ed3d5e44-acb3-429f-ac6c-e984c532a7bd",
"IndividualID": "a3b9be7c-7922-4ff8-aaf5-e9ce184cf4d7",
"RoleID": "f224e422-1872-4776-adb2-bb23619e9c9e",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "4278951a-4ba7-4b47-823c-064d77a2362d",
"RoleName": "sample string 1",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"IndividualFullName": "sample string 2",
"Created": "2026-06-11T17:15:09.1445052+00:00",
"CreatedBy": "d9ca372c-fbb8-448c-97c4-917e1bed8b42",
"SiteID": "18e74206-c812-439a-8715-5d91f6f14c28",
"Updated": "2026-06-11T17:15:09.1445052+00:00",
"UpdatedBy": "5de69f9c-f2cd-420b-b6fd-a22af861962b",
"IndividualFullOrderedName": "sample string 3",
"RoleDescription": "sample string 4",
"TeamSurvey": true
}