Skip to main content
Update a user's project role
curl --request PATCH \
  --url https://api.ionworks.com/projects/{project_id}/members/{user_id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "project_role_id": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

project_id
string
required
user_id
string
required

Body

application/json
project_role_id
string
required

ID of the project role to assign.

Response

Successful Response