Change Project Role
Deprecated: use project v2 service UpdateProjectRole instead.
Change a project role. The key is not editable. If a key should change, remove the role and create a new one.
Path Parameters
project_id*string
role_key*string
Request Body
application/json
displayName*string
group?string
[key: string]?never
Response Body
application/json
curl -X PUT "https://loading/projects/string/roles/string" \ -H "Content-Type: application/json" \ -d '{ "displayName": "string" }'{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?
Change Project Grant
Change Project Grant: Deprecated: use [UpdateProjectGrant](/reference/api/project/zitadel.project.v2.ProjectService.UpdateProjectGrant) instead. Change the roles of the project that is granted to another organization. T...
Change user name
Change user name: Deprecated: use [user service v2 UpdateUser](/reference/api/user/zitadel.user.v2.UserService.UpdateUser) instead. Change the username of the user. Be aware that the user has to log in with the newl...