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>4330a714-3d3e-4aaf-bdf0-cb765fbb638e</TaskID> <IndividualID>e5d5f843-6551-465d-b11a-f7e889df3935</IndividualID> <RoleID>f30b89bf-80c5-4f98-af12-dd50e3b4347f</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{ "TaskID": "4330a714-3d3e-4aaf-bdf0-cb765fbb638e", "IndividualID": "e5d5f843-6551-465d-b11a-f7e889df3935", "RoleID": "f30b89bf-80c5-4f98-af12-dd50e3b4347f", "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>0f0105d5-74ad-4fec-a510-be655cc58eb8</TaskID> <IndividualID>8b60ee30-9247-472a-988c-57b35ffb4bf8</IndividualID> <RoleID>3ed89ce6-74c9-4258-a696-916ee0414394</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>6e6ac652-61b4-4e02-8918-1ff69e98108f</ID> <RoleName>sample string 1</RoleName> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <IndividualFullName>sample string 2</IndividualFullName> <Created>2025-08-26T20:05:06.6297993+00:00</Created> <CreatedBy>d3c89897-5cb9-4b19-b8c9-ba4e5cdf68bf</CreatedBy> <SiteID>6e90e99b-9086-4698-b3a3-028a16a2130a</SiteID> <Updated>2025-08-26T20:05:06.6297993+00:00</Updated> <UpdatedBy>d391b9d7-6e07-4364-9af9-fb5e5fadbc2b</UpdatedBy> <IndividualFullOrderedName>sample string 3</IndividualFullOrderedName> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{ "TaskID": "0f0105d5-74ad-4fec-a510-be655cc58eb8", "IndividualID": "8b60ee30-9247-472a-988c-57b35ffb4bf8", "RoleID": "3ed89ce6-74c9-4258-a696-916ee0414394", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "6e6ac652-61b4-4e02-8918-1ff69e98108f", "RoleName": "sample string 1", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "IndividualFullName": "sample string 2", "Created": "2025-08-26T20:05:06.6297993+00:00", "CreatedBy": "d3c89897-5cb9-4b19-b8c9-ba4e5cdf68bf", "SiteID": "6e90e99b-9086-4698-b3a3-028a16a2130a", "Updated": "2025-08-26T20:05:06.6297993+00:00", "UpdatedBy": "d391b9d7-6e07-4364-9af9-fb5e5fadbc2b", "IndividualFullOrderedName": "sample string 3", "RoleDescription": "sample string 4", "TeamSurvey": true }