POST v1/projects/{id}/allow-users
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
AllowUsersToProjectInModel| Name | Description | Type | Additional information |
|---|---|---|---|
| isGuest | boolean |
None. |
|
| isInProject | boolean |
None. |
|
| usersIDs | Collection of integer |
None. |
Request Formats
application/json, text/json, application/vnd.team.do+json
Sample:
{
"isGuest": true,
"isInProject": true,
"usersIDs": [
1,
2
]
}
text/html
Sample:
{"isGuest":true,"isInProject":true,"usersIDs":[1,2]}
Response Information
Resource Description
None.