Reactivate User Grant
Deprecated: Activate an authorization to enable a user's access to an owned or granted project.
Reactivate a deactivated user grant. The user will be able to use the granted project again. An error will be returned if the user grant is not deactivated.
Note: User grant refers to role assignments.
curl -X POST "https://loading/users/string/grants/string/_reactivate"{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?
Reactivate Project Grant
Reactivate Project Grant: Deprecated: use [ActivateProjectGrant](/reference/api/project/zitadel.project.v2.ProjectService.ActivateProjectGrant) instead. Set the state of the project grant to active. The grant has to be deac...
ReactivateAction
Explore the ReactivateAction operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.