Update Project Assignment Members
Updates all Project Assignment Members for the given project ID.
Request
URI
PUT
https://{api_host}/cloudapi/vcf/projectAssignments/{projectAssignmentUrn}/members
COPY
Path Parameters
string
projectAssignmentUrn
Required
projectAssignmentUrn
Request Body
ProjectAssignmentMembers
of type(s)
application/json
Required
This request body class requires all of the following:
InlineProjectAssignmentMembers0
,
InlineProjectAssignmentMembers1
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"values": [
{
"member": {
"name": "string",
"id": "string"
},
"accessLevels": [
{
"name": "string",
"id": "string"
}
]
}
]
}
Responses
202
The request have been accepted and the task to monitor the request is in the Location header.
Operation doesn't return any data structure
Code Samples
COPY
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/cloudapi/vcf/projectAssignments/{projectAssignmentUrn}/members
Availability
Added in 40.0
On This Page
Project Assignment Operations
GET
Query Project Assignments
POST
Create Project Assignment
GET
Get Project Assignment
PUT
Update Project Assignment
DELETE
Delete Project Assignment
GET
Get Project Assignment Members
PUT
Update Project Assignment Members