ZITADEL Docs
APIsCore ResourcesV1Organization Objects

UpdateProjectMember

Update Project Member

Deprecated: use UpdateAdministrator instead.

Members are users with permission to administrate Zitadel on different levels. This request changes the roles of an existing member. The whole roles list will be updated. Make sure to include roles that you don't want to change (remove).

PUT
/projects/{project_id}/members/{user_id}

Path Parameters

project_id*string
user_id*string

Request Body

application/json

roles?roles
[key: string]?never

Response Body

application/json

application/json

curl -X PUT "https://loading/projects/string/members/string" \  -H "Content-Type: application/json" \  -d '{}'
{
  "details": {
    "sequence": 0,
    "creationDate": "1s",
    "changeDate": "1s",
    "resourceOwner": "string"
  }
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?