Update Project Assignment Members

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"
                }
            ]
        }
    ]
}
Authentication
This operation uses the following authentication methods.
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