RegenerateSAMLProviderCertificate
Regenerate certificate for an existing SAML identity provider in the organization
curl -X POST "https://loading/idps/saml/string/_generate_certificate"{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?
ReactivateOrgIDP
Explore the ReactivateOrgIDP operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.
Remove a Personal-Access-Token (PAT) by ID
Remove a Personal-Access-Token (PAT) by ID: Deprecated: use [user service v2 RemovePersonalAccessToken](/reference/api/user/zitadel.user.v2.UserService.RemovePersonalAccessToken) instead. Delete a PAT from a user. Afterward, the user will no...