Update Organization 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).
Path Parameters
Request Body
application/json
Response Body
application/json
curl -X PUT "https://loading/orgs/me/members/string" \ -H "Content-Type: application/json" \ -d '{}'{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?
Update Organization
Update Organization: Deprecated: use [organization service v2 UpdateOrganization](/reference/api/org/zitadel.org.v2.OrganizationService.UpdateOrganization) instead. Change the name of the organization.
Update Project
Update Project: Deprecated: use [project v2 service UpdateProject](/reference/api/project/zitadel.project.v2.ProjectService.UpdateProject) instead. Update a project and its settings. A Project is a vessel for diff...