Update Authorization
UpdateAuthorization updates the authorization.
Note: Authorization in this context refers to role assignments, not to OAuth authorization.
Note that any role keys previously granted to the user and not present in the request will be revoked.
Required permissions:
- "user.grant.write"
Header Parameters
Define the version of the Connect protocol
1Define the timeout, in ms
Request Body
application/json
ID is the unique identifier of the authorization.
RoleKeys are the keys of the roles the user should be granted. Note that any role keys previously granted to the user and not present in the list will be revoked.
Response Body
application/json
application/json
curl -X POST "https://loading/zitadel.authorization.v2.AuthorizationService/UpdateAuthorization" \ -H "Connect-Protocol-Version: 1" \ -H "Content-Type: application/json" \ -d '{}'{
"changeDate": "2023-01-15T01:30:15.01Z"
}{
"code": "not_found",
"message": "string",
"details": [
{
"type": "string",
"value": "string",
"debug": {}
}
]
}Was this page helpful?
List Authorizations
List Authorizations: ListAuthorizations returns all authorizations matching the request and necessary permissions.
Internal_permission API
Explore the Internal_permission API operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.