Update a department member.
individualID
globally unique identifier
Required
Guid ID of the department member. |
departmentID
globally unique identifier
Required
Guid ID of the department. |
All the required information for the member
System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
ID
globally unique identifier
Required on Update
ID of the relationship between Organization and Member |
SiteID
globally unique identifier
ID of the site for the individual. |
IndividualID
globally unique identifier
Required
ID of the given individual |
OrganizationID
globally unique identifier
Required
ID of the organiztion/department the Individual is a member of |
ReportsToID
globally unique identifier
ID of the individual that the given individual reports to |
Title
string
Title of the given individual |
Primary
boolean
Denotes if this is the primary department/organization for the given individual. (Defaults to false) |
Leader
boolean
Denotes if the member is the leader of the department. (Defaults to false) |
Name
string
Name of the given individual |
ReportsToFull
string
Full name of the individual that the given individual reports to. |
ReportsToOrderedName
string
Full ordered name of the individual that the given individual reports to. |
<OrganizationMember xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>d6625cc5-af18-473e-a272-80f2ae90a491</ID> <SiteID>12cbba2a-4216-4e28-bf9a-4a162e111e57</SiteID> <IndividualID>5b847c16-0a54-40c3-9318-b2d70df44a6e</IndividualID> <OrganizationID>d07c0095-becd-4985-bbc5-8ae53f6f95a0</OrganizationID> <ReportsToID>39624128-3af6-49da-bf6c-81d09de235ec</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{ "ID": "d6625cc5-af18-473e-a272-80f2ae90a491", "SiteID": "12cbba2a-4216-4e28-bf9a-4a162e111e57", "IndividualID": "5b847c16-0a54-40c3-9318-b2d70df44a6e", "OrganizationID": "d07c0095-becd-4985-bbc5-8ae53f6f95a0", "ReportsToID": "39624128-3af6-49da-bf6c-81d09de235ec", "Title": "sample string 4", "Primary": true, "Leader": true }
None.
Sample not available.