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>2e5c0826-559e-4115-8546-5cfab782ac98</TaskID> <IndividualID>316b828c-a980-4a92-9002-886cbca23fb6</IndividualID> <RoleID>fb8453d4-7863-48f6-a113-1f90555c2560</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{
"TaskID": "2e5c0826-559e-4115-8546-5cfab782ac98",
"IndividualID": "316b828c-a980-4a92-9002-886cbca23fb6",
"RoleID": "fb8453d4-7863-48f6-a113-1f90555c2560",
"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>830ca2a6-3d0d-44b9-8036-104b5edf1385</TaskID> <IndividualID>3965008b-fc44-48aa-9802-02e61abfcc4b</IndividualID> <RoleID>4d594b28-145c-421e-9bc9-988c03127692</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>06775b1f-b443-4e2b-8602-4740ba548ade</ID> <RoleName>sample string 1</RoleName> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <IndividualFullName>sample string 2</IndividualFullName> <Created>2026-04-05T02:13:26.2647985+00:00</Created> <CreatedBy>17d7bf2e-be08-4ed2-acf9-7ca370ba9793</CreatedBy> <SiteID>1e5986c1-c783-4c3f-b34b-57eda5335694</SiteID> <Updated>2026-04-05T02:13:26.2647985+00:00</Updated> <UpdatedBy>bf58c8c0-ff5f-4a92-9f82-69dc06ddd75a</UpdatedBy> <IndividualFullOrderedName>sample string 3</IndividualFullOrderedName> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{
"TaskID": "830ca2a6-3d0d-44b9-8036-104b5edf1385",
"IndividualID": "3965008b-fc44-48aa-9802-02e61abfcc4b",
"RoleID": "4d594b28-145c-421e-9bc9-988c03127692",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "06775b1f-b443-4e2b-8602-4740ba548ade",
"RoleName": "sample string 1",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"IndividualFullName": "sample string 2",
"Created": "2026-04-05T02:13:26.2647985+00:00",
"CreatedBy": "17d7bf2e-be08-4ed2-acf9-7ca370ba9793",
"SiteID": "1e5986c1-c783-4c3f-b34b-57eda5335694",
"Updated": "2026-04-05T02:13:26.2647985+00:00",
"UpdatedBy": "bf58c8c0-ff5f-4a92-9f82-69dc06ddd75a",
"IndividualFullOrderedName": "sample string 3",
"RoleDescription": "sample string 4",
"TeamSurvey": true
}