Import Project Team User
Import Project Team User
api/ImportTeamUser
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"
},
{
"Email" : "[email protected]",
"UserLicenseType" :2,
"FirstName": "abhi",
"LastName": "das"
}
]Response Body
[
{
"Email" : "[email protected]",
"UserLicenseType" :2,
"FirstName": "abhi",
"LastName": "das"
},
{
"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 |
Updated about 1 year ago
