Update User Grant
Deprecated: Update an authorization to update a user's roles on an owned or granted project.
Update the roles of a user grant. User grants are the roles users have for a specific project and organization.
Note: User grant refers to role assignments.
Path Parameters
Request Body
application/json
Response Body
application/json
curl -X PUT "https://loading/users/string/grants/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 User Email (Human)
Update User Email (Human): Deprecated: use [user service v2 SetEmail](/reference/api/user/zitadel.user.v2.UserService.SetEmail) instead. Change the email address of a user. If the state is set to not verified, the user will ...
Update User Phone (Human)
Update User Phone (Human): Deprecated: use [user service v2 UpdateUser](/reference/api/user/zitadel.user.v2.UserService.UpdateUser) instead. Change the phone number of a user. If the state is set to not verified, the user wi...