UpdateZitadelProvider
Change an existing Zitadel identity provider in the organization
Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PUT "https://example.com/idps/zitadel/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?
UpdateSAMLProvider
UpdateSAMLProvider: Change an existing SAML identity provider in the organization
User by ID
User by ID: Deprecated: use [user service v2 ListUsers with InUserIDQuery](/reference/api/user/zitadel.user.v2.UserService.ListUsers) instead. Returns the full user or Service Account including the profile, em...