Create a department member.
|
individualID
globally unique identifier
Required
Guid ID of the individual to be added. |
|
departmentID
globally unique identifier
Required
Guid ID of the department on which to add the given individual. |
All the parameters needed to create the organization 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>cc2449ef-8c1e-433e-a49c-28ea67782069</ID> <SiteID>361a27de-f76d-4e52-a04f-ef04f4935704</SiteID> <IndividualID>b39dafa0-3125-4040-ba36-1ffe65f9834a</IndividualID> <OrganizationID>35f53a7c-61e7-46dd-807e-b686119e9dd2</OrganizationID> <ReportsToID>ae582168-e7c8-4cc4-82bb-84524ccdbcc5</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{
"ID": "cc2449ef-8c1e-433e-a49c-28ea67782069",
"SiteID": "361a27de-f76d-4e52-a04f-ef04f4935704",
"IndividualID": "b39dafa0-3125-4040-ba36-1ffe65f9834a",
"OrganizationID": "35f53a7c-61e7-46dd-807e-b686119e9dd2",
"ReportsToID": "ae582168-e7c8-4cc4-82bb-84524ccdbcc5",
"Title": "sample string 4",
"Primary": true,
"Leader": true
}
None.
Sample not available.