Skip to main content
PUT
/
api
/
v1
/
orgs
/
{org_id}
/
members
/
{member_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_id
string
required
member_id
string
required

Body

application/json
role
enum<string>
required

Updated role of the user in the project

Available options:
admin,
member

Response

Successful Response