Add Project Team User
Add Project Team User
api/SetTeamUser
Query String
Parameter | Required | Value |
---|---|---|
projectTeamName | Optional | User Input |
projectTeamId | Optional | User Input |
Request Header
Parameter | Required | Value |
---|---|---|
TokenKey | Mandatory | User Input |
Content-Type | Optional | User Input |
PINProjectID | Mandatory | User Input |
Request Body
{
"Email" : "[email protected]",
"UserLicenseType" :2,
"FirstName": "abhi",
"LastName": "das"
}
Parameter | Required | Value |
---|---|---|
FirstName | Mandatory | User Input |
LastName | Optional | User Input |
Mandatory | User Input | |
UserLicenseType | Mandatory | User Input |
Enum : LicenceUserType
Property Name | Description |
---|---|
2 - Employee | Employee |
3 - Shared User | Shared user |
4 - Contact | Contact |
Remarks:
-
If team name is null then contact will be add in "Owner Team" (default team).
-
If userLicenceType is null then automatically add as a contact.
Updated over 7 years ago