Export Data​
Export data on an instance level to ZITADEL. It can be either directly exported in the response or you can point to a file on an S3 storage, where the data should be written.
application/json
application/grpc
application/grpc-web+proto
Request Body required
orgIds string[]
excludedOrgIds string[]
withPasswords boolean
withOtp boolean
responseOutput boolean
localOutput object
s3Output object
gcsOutput object
timeout string
Request Body required
orgIds string[]
excludedOrgIds string[]
withPasswords boolean
withOtp boolean
responseOutput boolean
localOutput object
s3Output object
gcsOutput object
timeout string
Request Body required
orgIds string[]
excludedOrgIds string[]
withPasswords boolean
withOtp boolean
responseOutput boolean
localOutput object
s3Output object
gcsOutput object
timeout string
Responses
- 200
- 403
- 404
- default
A successful response.
application/json
application/grpc
application/grpc-web+proto
Schema
Example (from schema)
Schema
orgs object[]
{
"orgs": [
{
"orgId": "string",
"org": {
"name": "Customer A"
},
"domainPolicy": {
"orgId": "#69629023906488334",
"userLoginMustBeDomain": true,
"validateOrgDomains": true,
"smtpSenderAddressMatchesInstanceDomain": true
},
"labelPolicy": {
"primaryColor": "#353535",
"hideLoginNameSuffix": true,
"warnColor": "#CD3D56",
"backgroundColor": "#FAFAFA",
"fontColor": "#000000",
"primaryColorDark": "#BBBAFA",
"backgroundColorDark": "#111827",
"warnColorDark": "#FF3B5B",
"fontColorDark": "#FFFFFF",
"disableWatermark": true,
"themeMode": "THEME_MODE_UNSPECIFIED"
},
"lockoutPolicy": {
"maxPasswordAttempts": 0,
"maxOtpAttempts": "10"
},
"loginPolicy": {
"allowUsernamePassword": true,
"allowRegister": true,
"allowExternalIdp": true,
"forceMfa": true,
"passwordlessType": "PASSWORDLESS_TYPE_NOT_ALLOWED",
"hidePasswordReset": true,
"ignoreUnknownUsernames": true,
"defaultRedirectUri": "string",
"passwordCheckLifetime": "string",
"externalLoginCheckLifetime": "string",
"mfaInitSkipLifetime": "string",
"secondFactorCheckLifetime": "string",
"multiFactorCheckLifetime": "string",
"secondFactors": [
"SECOND_FACTOR_TYPE_UNSPECIFIED"
],
"multiFactors": [
"MULTI_FACTOR_TYPE_UNSPECIFIED"
],
"idps": [
{
"idpId": "string",
"ownerType": "IDP_OWNER_TYPE_UNSPECIFIED"
}
],
"allowDomainDiscovery": true,
"disableLoginWithEmail": true,
"disableLoginWithPhone": true,
"forceMfaLocalOnly": true
},
"passwordComplexityPolicy": {
"minLength": "8",
"hasUppercase": true,
"hasLowercase": true,
"hasNumber": true,
"hasSymbol": true
},
"privacyPolicy": {
"tosLink": "https://zitadel.com/docs/legal/terms-of-service",
"privacyLink": "https://zitadel.com/docs/legal/privacy-policy",
"helpLink": "https://zitadel.com/docs/manuals/introduction",
"supportEmail": "support-email@test.com",
"docsLink": "https://zitadel.com/docs",
"customLink": "https://external.link",
"customLinkText": "External"
},
"projects": [
{
"projectId": "string",
"project": {
"name": "MyProject",
"projectRoleAssertion": true,
"projectRoleCheck": true,
"hasProjectCheck": true,
"privateLabelingSetting": "PRIVATE_LABELING_SETTING_UNSPECIFIED"
}
}
],
"projectRoles": [
{
"projectId": "string",
"roleKey": "ADMIN",
"displayName": "Administrator",
"group": "Admins"
}
],
"apiApps": [
{
"appId": "string",
"app": {
"projectId": "string",
"name": "MyAPIApp",
"authMethodType": "API_AUTH_METHOD_TYPE_BASIC"
}
}
],
"oidcApps": [
{
"appId": "string",
"app": {
"projectId": "string",
"name": "MyOIDCApp",
"redirectUris": [
"http://localhost:4200/auth/callback"
],
"responseTypes": [
"OIDC_RESPONSE_TYPE_CODE"
],
"grantTypes": [
"OIDC_GRANT_TYPE_AUTHORIZATION_CODE"
],
"appType": "OIDC_APP_TYPE_WEB",
"authMethodType": "OIDC_AUTH_METHOD_TYPE_BASIC",
"postLogoutRedirectUris": [
"http://localhost:4200/signedout"
],
"version": "OIDC_VERSION_1_0",
"devMode": true,
"accessTokenType": "OIDC_TOKEN_TYPE_BEARER",
"accessTokenRoleAssertion": true,
"idTokenRoleAssertion": true,
"idTokenUserinfoAssertion": true,
"clockSkew": "1s",
"additionalOrigins": [
"scheme://localhost:8080"
],
"skipNativeAppSuccessPage": true
}
}
],
"humanUsers": [
{
"userId": "string",
"user": {
"userName": "minnie-mouse",
"profile": {
"firstName": "Minnie",
"lastName": "Mouse",
"nickName": "Mini",
"displayName": "Minnie Mouse",
"preferredLanguage": "en",
"gender": "GENDER_FEMALE"
},
"email": {
"email": "minnie@mouse.com",
"isEmailVerified": true
},
"phone": {
"phone": "+41 71 000 00 00",
"isPhoneVerified": true
},
"password": "string",
"hashedPassword": {
"value": "$2y$12$hXUrnqdq1RIIYZ2HPytIIe5lXdIvbhqrTvdPsSF7o.jFh817Z6lwm"
},
"passwordChangeRequired": true,
"requestPasswordlessRegistration": true,
"otpCode": "string",
"idps": [
{
"configId": "idp-config-id",
"externalUserId": "external-user-id",
"displayName": "minnie.mouse@gmail.com"
}
]
}
}
],
"machineUsers": [
{
"userId": "string",
"user": {
"userName": "robot",
"name": "My Machine Account",
"description": "First machine account used for API XY.",
"accessTokenType": "ACCESS_TOKEN_TYPE_BEARER"
}
}
],
"triggerActions": [
{
"flowType": "1",
"triggerType": "1",
"actionIds": [
"string"
]
}
],
"actions": [
{
"actionId": "string",
"action": {
"name": "log context",
"script": "function log(context, calls){console.log(context)}",
"timeout": "string",
"allowedToFail": true
}
}
],
"projectGrants": [
{
"grantId": "string",
"projectGrant": {
"projectId": "string",
"grantedOrgId": "28746028909593987",
"roleKeys": [
"RoleKey1",
"RoleKey2"
]
}
}
],
"userGrants": [
{
"userId": "69629026806489455",
"projectId": "58949026806489455",
"projectGrantId": "9847026806489455",
"roleKeys": [
"RoleKey1",
"RoleKey2"
]
}
],
"orgMembers": [
{
"userId": "string",
"roles": [
"IAM_OWNER"
]
}
],
"projectMembers": [
{
"projectId": "string",
"userId": "string",
"roles": [
"PROJECT_OWNER"
]
}
],
"projectGrantMembers": [
{
"projectId": "string",
"grantId": "string",
"userId": "69629012906488334",
"roles": [
"PROJECT_GRANT_OWNER"
]
}
],
"userMetadata": [
{
"id": "my-user-id",
"key": "my-key",
"value": "VGhpcyBpcyBteSB0ZXN0IHZhbHVl"
}
],
"loginTexts": [
{
"language": "de",
"selectAccountText": {
"title": "string",
"description": "string",
"titleLinkingProcess": "string",
"descriptionLinkingProcess": "string",
"otherUser": "string",
"sessionStateActive": "string",
"sessionStateInactive": "string",
"userMustBeMemberOfOrg": "string"
},
"loginText": {
"title": "string",
"description": "string",
"titleLinkingProcess": "string",
"descriptionLinkingProcess": "string",
"userMustBeMemberOfOrg": "string",
"loginNameLabel": "string",
"registerButtonText": "string",
"nextButtonText": "string",
"externalUserDescription": "string",
"userNamePlaceholder": "string",
"loginNamePlaceholder": "string"
},
"passwordText": {
"title": "string",
"description": "string",
"passwordLabel": "string",
"resetLinkText": "string",
"backButtonText": "string",
"nextButtonText": "string",
"minLength": "string",
"hasUppercase": "string",
"hasLowercase": "string",
"hasNumber": "string",
"hasSymbol": "string",
"confirmation": "string"
},
"usernameChangeText": {
"title": "string",
"description": "string",
"usernameLabel": "string",
"cancelButtonText": "string",
"nextButtonText": "string"
},
"usernameChangeDoneText": {
"title": "string",
"description": "string",
"nextButtonText": "string"
},
"initPasswordText": {
"title": "string",
"description": "string",
"codeLabel": "string",
"newPasswordLabel": "string",
"newPasswordConfirmLabel": "string",
"nextButtonText": "string",
"resendButtonText": "string"
},
"initPasswordDoneText": {
"title": "string",
"description": "string",
"nextButtonText": "string",
"cancelButtonText": "string"
},
"emailVerificationText": {
"title": "string",
"description": "string",
"codeLabel": "string",
"nextButtonText": "string",
"resendButtonText": "string"
},
"emailVerificationDoneText": {
"title": "string",
"description": "string",
"nextButtonText": "string",
"cancelButtonText": "string",
"loginButtonText": "string"
},
"initializeUserText": {
"title": "string",
"description": "string",
"codeLabel": "string",
"newPasswordLabel": "string",
"newPasswordConfirmLabel": "string",
"resendButtonText": "string",
"nextButtonText": "string"
},
"initializeDoneText": {
"title": "string",
"description": "string",
"cancelButtonText": "string",
"nextButtonText": "string"
},
"initMfaPromptText": {
"title": "string",
"description": "string",
"otpOption": "string",
"u2fOption": "string",
"skipButtonText": "string",
"nextButtonText": "string"
},
"initMfaOtpText": {
"title": "string",
"description": "string",
"descriptionOtp": "string",
"secretLabel": "string",
"codeLabel": "string",
"nextButtonText": "string",
"cancelButtonText": "string"
},
"initMfaU2fText": {
"title": "string",
"description": "string",
"tokenNameLabel": "string",
"notSupported": "string",
"registerTokenButtonText": "string",
"errorRetry": "string"
},
"initMfaDoneText": {
"title": "string",
"description": "string",
"cancelButtonText": "string",
"nextButtonText": "string"
},
"mfaProvidersText": {
"chooseOther": "string",
"otp": "string",
"u2f": "string"
},
"verifyMfaOtpText": {
"title": "string",
"description": "string",
"codeLabel": "string",
"nextButtonText": "string"
},
"verifyMfaU2fText": {
"title": "string",
"description": "string",
"validateTokenText": "string",
"notSupported": "string",
"errorRetry": "string"
},
"passwordlessText": {
"title": "string",
"description": "string",
"loginWithPwButtonText": "string",
"validateTokenButtonText": "string",
"notSupported": "string",
"errorRetry": "string"
},
"passwordChangeText": {
"title": "string",
"description": "string",
"oldPasswordLabel": "string",
"newPasswordLabel": "string",
"newPasswordConfirmLabel": "string",
"cancelButtonText": "string",
"nextButtonText": "string"
},
"passwordChangeDoneText": {
"title": "string",
"description": "string",
"nextButtonText": "string"
},
"passwordResetDoneText": {
"title": "string",
"description": "string",
"nextButtonText": "string"
},
"registrationOptionText": {
"title": "string",
"description": "string",
"userNameButtonText": "string",
"externalLoginDescription": "string",
"loginButtonText": "string"
},
"registrationUserText": {
"title": "string",
"description": "string",
"descriptionOrgRegister": "string",
"firstnameLabel": "string",
"lastnameLabel": "string",
"emailLabel": "string",
"usernameLabel": "string",
"languageLabel": "string",
"genderLabel": "string",
"passwordLabel": "string",
"passwordConfirmLabel": "string",
"tosAndPrivacyLabel": "string",
"tosConfirm": "string",
"tosLinkText": "string",
"privacyConfirm": "string",
"privacyLinkText": "string",
"nextButtonText": "string",
"backButtonText": "string"
},
"registrationOrgText": {
"title": "string",
"description": "string",
"orgnameLabel": "string",
"firstnameLabel": "string",
"lastnameLabel": "string",
"usernameLabel": "string",
"emailLabel": "string",
"passwordLabel": "string",
"passwordConfirmLabel": "string",
"tosAndPrivacyLabel": "string",
"tosConfirm": "string",
"tosLinkText": "string",
"privacyConfirm": "string",
"privacyLinkText": "string",
"saveButtonText": "string"
},
"linkingUserDoneText": {
"title": "string",
"description": "string",
"cancelButtonText": "string",
"nextButtonText": "string"
},
"externalUserNotFoundText": {
"title": "string",
"description": "string",
"linkButtonText": "string",
"autoRegisterButtonText": "string",
"tosAndPrivacyLabel": "string",
"tosConfirm": "string",
"tosLinkText": "string",
"privacyLinkText": "string",
"privacyConfirm": "string"
},
"successLoginText": {
"title": "string",
"autoRedirectDescription": "string",
"redirectedDescription": "string",
"nextButtonText": "string"
},
"logoutText": {
"title": "string",
"description": "string",
"loginButtonText": "string"
},
"footerText": {
"tos": "string",
"privacyPolicy": "string",
"help": "string",
"supportEmail": "string"
},
"passwordlessPromptText": {
"title": "string",
"description": "string",
"descriptionInit": "string",
"passwordlessButtonText": "string",
"nextButtonText": "string",
"skipButtonText": "string"
},
"passwordlessRegistrationText": {
"title": "string",
"description": "string",
"tokenNameLabel": "string",
"notSupported": "string",
"registerTokenButtonText": "string",
"errorRetry": "string"
},
"passwordlessRegistrationDoneText": {
"title": "string",
"description": "string",
"nextButtonText": "string",
"cancelButtonText": "string",
"descriptionClose": "string"
},
"externalRegistrationUserOverviewText": {
"title": "string",
"description": "string",
"emailLabel": "string",
"usernameLabel": "string",
"firstnameLabel": "string",
"lastnameLabel": "string",
"nicknameLabel": "string",
"languageLabel": "string",
"phoneLabel": "string",
"tosAndPrivacyLabel": "string",
"tosConfirm": "string",
"tosLinkText": "string",
"privacyLinkText": "string",
"backButtonText": "string",
"nextButtonText": "string",
"privacyConfirm": "string"
},
"linkingUserPromptText": {
"title": "string",
"description": "string",
"linkButtonText": "string",
"otherButtonText": "string"
}
}
],
"initMessages": [
{
"language": "de",
"title": "ZITADEL - Initialize User",
"preHeader": "Initialize User",
"subject": "Initialize User",
"greeting": "Hello {{.FirstName}} {{.LastName}},",
"text": "This user was created in Zitadel. Use the username {{.PreferredLoginName}} to log in. Please click the button below to finish the initialization process. (Code {{.Code}}) If you didn't ask for this mail, please ignore it.",
"buttonText": "Finish initialization",
"footerText": "string"
}
],
"passwordResetMessages": [
{
"language": "de",
"title": "ZITADEL - Reset Password",
"preHeader": "Reset Password",
"subject": "Reset Password",
"greeting": "Hello {{.FirstName}} {{.LastName}},",
"text": "We received a password reset request. Please use the button below to reset your password. (Code {{.Code}}) If you didn't ask for this mail, please ignore it.",
"buttonText": "Reset Password",
"footerText": "string"
}
],
"verifyEmailMessages": [
{
"language": "de",
"title": "ZITADEL - Verify Email",
"preHeader": "Verify Email",
"subject": "Verify Email",
"greeting": "Hello {{.FirstName}} {{.LastName}},",
"text": "A new email has been added. Please use the button below to verify your email. (Code {{.Code}}) If you didn't add a new email, please ignore this email.",
"buttonText": "Verify Email",
"footerText": "string"
}
],
"verifyPhoneMessages": [
{
"language": "de",
"title": "ZITADEL - Verify Phone",
"preHeader": "Verify Phone",
"subject": "Verify Phone",
"greeting": "Hello {{.FirstName}} {{.LastName}},",
"text": "A new phone number has been added. Please use the following code to verify it {{.Code}}.",
"buttonText": "Verify Phone",
"footerText": "string"
}
],
"domainClaimedMessages": [
{
"language": "de",
"title": "ZITADEL - Domain has been claimed",
"preHeader": "Change email / username",
"subject": "Domain has been claimed",
"greeting": "Hello {{.FirstName}} {{.LastName}},",
"text": "The domain {{.Domain}} has been claimed by an organization. Your current user {{.UserName}} is not part of this organization. Therefore you'll have to change your email when you log in. We have created a temporary username ({{.TempUsername}}) for this login.",
"buttonText": "Login",
"footerText": "string"
}
],
"passwordlessRegistrationMessages": [
{
"language": "de",
"title": "ZITADEL - Password of the user has changed",
"preHeader": "Password Changed",
"subject": "Password of user has changed",
"greeting": "Hello {{.FirstName}} {{.LastName}},",
"text": "The password of your user has changed, if this change was not done by you, please be advised to immediately reset your password.",
"buttonText": "Login",
"footerText": "string"
}
],
"oidcIdps": [
{
"idpId": "string",
"idp": {
"name": "google",
"stylingType": "STYLING_TYPE_UNSPECIFIED",
"clientId": "string",
"clientSecret": "string",
"issuer": "https://accounts.google.com",
"scopes": [
"openid",
"profile",
"email"
],
"displayNameMapping": "OIDC_MAPPING_FIELD_UNSPECIFIED",
"usernameMapping": "OIDC_MAPPING_FIELD_UNSPECIFIED",
"autoRegister": true
}
}
],
"jwtIdps": [
{
"idpId": "string",
"idp": {
"name": "google",
"stylingType": "STYLING_TYPE_UNSPECIFIED",
"jwtEndpoint": "https://accounts.google.com",
"issuer": "https://accounts.google.com",
"keysEndpoint": "https://accounts.google.com/keys",
"headerName": "x-auth-token",
"autoRegister": true
}
}
],
"userLinks": [
{
"userId": "69629023906488334",
"idpId": "69629023906488334",
"idpName": "google",
"providedUserId": "as-12-df-89",
"providedUserName": "gigi.long-neck@gmail.com",
"idpType": "IDP_TYPE_UNSPECIFIED"
}
],
"domains": [
{
"orgId": "69629023906488334",
"details": {
"sequence": "2",
"creationDate": "2024-05-24T10:54:24.274Z",
"changeDate": "2024-05-24T10:54:24.274Z",
"resourceOwner": "69629023906488334"
},
"domainName": "zitadel.com",
"isVerified": true,
"isPrimary": true,
"validationType": "DOMAIN_VALIDATION_TYPE_UNSPECIFIED"
}
],
"appKeys": [
{
"id": "string",
"projectId": "string",
"appId": "string",
"clientId": "string",
"type": "KEY_TYPE_UNSPECIFIED",
"expirationDate": "2024-05-24T10:54:24.274Z",
"publicKey": "string"
}
],
"machineKeys": [
{
"keyId": "string",
"userId": "string",
"type": "KEY_TYPE_UNSPECIFIED",
"expirationDate": "2024-05-24T10:54:24.274Z",
"publicKey": "string"
}
],
"verifySmsOtpMessages": [
{
"language": "de",
"text": "Please visit {{ .VerifyURL }} or copy the one-time password {{.OTP}} and paste it to to the authentication screen in order to authenticate at ZITADEL within the next five minutes."
}
],
"verifyEmailOtpMessages": [
{
"language": "de",
"title": "ZITADEL - One-time Password",
"preHeader": "Verify One-time Password ",
"subject": "Verify One-time Password",
"greeting": "Hello {{.FirstName}} {{.LastName}},",
"text": "Please use the \"Authenticate\" button or copy the one-time password {{.OTP}} and paste it to to the authentication screen in order to authenticate at ZITADEL within the next five minutes.",
"buttonText": "Authenticate",
"footerText": "string"
}
]
}
]
}
Schema
Example (from schema)
Schema
orgs object[]
{
"orgs": [
{
"orgId": "string",
"org": {
"name": "Customer A"
},
"domainPolicy": {
"orgId": "#69629023906488334",
"userLoginMustBeDomain": true,
"validateOrgDomains": true,
"smtpSenderAddressMatchesInstanceDomain": true
},
"labelPolicy": {
"primaryColor": "#353535",
"hideLoginNameSuffix": true,
"warnColor": "#CD3D56",
"backgroundColor": "#FAFAFA",
"fontColor": "#000000",
"primaryColorDark": "#BBBAFA",
"backgroundColorDark": "#111827",
"warnColorDark": "#FF3B5B",
"fontColorDark": "#FFFFFF",
"disableWatermark": true,
"themeMode": "THEME_MODE_UNSPECIFIED"
},
"lockoutPolicy": {
"maxPasswordAttempts": 0,
"maxOtpAttempts": "10"
},
"loginPolicy": {
"allowUsernamePassword": true,
"allowRegister": true,
"allowExternalIdp": true,
"forceMfa": true,
"passwordlessType": "PASSWORDLESS_TYPE_NOT_ALLOWED",
"hidePasswordReset": true,
"ignoreUnknownUsernames": true,
"defaultRedirectUri": "string",
"passwordCheckLifetime": "string",
"externalLoginCheckLifetime": "string",
"mfaInitSkipLifetime": "string",
"secondFactorCheckLifetime": "string",
"multiFactorCheckLifetime": "string",
"secondFactors": [
"SECOND_FACTOR_TYPE_UNSPECIFIED"
],
"multiFactors": [
"MULTI_FACTOR_TYPE_UNSPECIFIED"
],
"idps": [
{
"idpId": "string",
"ownerType": "IDP_OWNER_TYPE_UNSPECIFIED"
}
],
"allowDomainDiscovery": true,
"disableLoginWithEmail": true,
"disableLoginWithPhone": true,
"forceMfaLocalOnly": true
},
"passwordComplexityPolicy": {
"minLength": "8",
"hasUppercase": true,
"hasLowercase": true,
"hasNumber": true,
"hasSymbol": true
},
"privacyPolicy": {
"tosLink": "https://zitadel.com/docs/legal/terms-of-service",
"privacyLink": "https://zitadel.com/docs/legal/privacy-policy",
"helpLink": "https://zitadel.com/docs/manuals/introduction",
"supportEmail": "support-email@test.com",
"docsLink": "https://zitadel.com/docs",
"customLink": "https://external.link",
"customLinkText": "External"
},
"projects": [
{
"projectId": "string",
"project": {
"name": "MyProject",
"projectRoleAssertion": true,
"projectRoleCheck": true,
"hasProjectCheck": true,
"privateLabelingSetting": "PRIVATE_LABELING_SETTING_UNSPECIFIED"
}
}
],
"projectRoles": [
{
"projectId": "string",
"roleKey": "ADMIN",
"displayName": "Administrator",
"group": "Admins"
}
],
"apiApps": [
{
"appId": "string",
"app": {
"projectId": "string",
"name": "MyAPIApp",
"authMethodType": "API_AUTH_METHOD_TYPE_BASIC"
}
}
],
"oidcApps": [
{
"appId": "string",
"app": {
"projectId": "string",
"name": "MyOIDCApp",
"redirectUris": [
"http://localhost:4200/auth/callback"
],
"responseTypes": [
"OIDC_RESPONSE_TYPE_CODE"
],
"grantTypes": [
"OIDC_GRANT_TYPE_AUTHORIZATION_CODE"
],
"appType": "OIDC_APP_TYPE_WEB",
"authMethodType": "OIDC_AUTH_METHOD_TYPE_BASIC",
"postLogoutRedirectUris": [
"http://localhost:4200/signedout"
],
"version": "OIDC_VERSION_1_0",
"devMode": true,
"accessTokenType": "OIDC_TOKEN_TYPE_BEARER",
"accessTokenRoleAssertion": true,
"idTokenRoleAssertion": true,
"idTokenUserinfoAssertion": true,
"clockSkew": "1s",
"additionalOrigins": [
"scheme://localhost:8080"
],
"skipNativeAppSuccessPage": true
}
}
],
"humanUsers": [
{
"userId": "string",
"user": {
"userName": "minnie-mouse",
"profile": {
"firstName": "Minnie",
"lastName": "Mouse",
"nickName": "Mini",
"displayName": "Minnie Mouse",
"preferredLanguage": "en",
"gender": "GENDER_FEMALE"
},
"email": {
"email": "minnie@mouse.com",
"isEmailVerified": true
},
"phone": {
"phone": "+41 71 000 00 00",
"isPhoneVerified": true
},
"password": "string",
"hashedPassword": {
"value": "$2y$12$hXUrnqdq1RIIYZ2HPytIIe5lXdIvbhqrTvdPsSF7o.jFh817Z6lwm"
},
"passwordChangeRequired": true,
"requestPasswordlessRegistration": true,
"otpCode": "string",
"idps": [
{
"configId": "idp-config-id",
"externalUserId": "external-user-id",
"displayName": "minnie.mouse@gmail.com"
}
]
}
}
],
"machineUsers": [
{
"userId": "string",
"user": {
"userName": "robot",
"name": "My Machine Account",
"description": "First machine account used for API XY.",
"accessTokenType": "ACCESS_TOKEN_TYPE_BEARER"
}
}
],
"triggerActions": [
{
"flowType": "1",
"triggerType": "1",
"actionIds": [
"string"
]
}
],
"actions": [
{
"actionId": "string",
"action": {
"name": "log context",
"script": "function log(context, calls){console.log(context)}",
"timeout": "string",
"allowedToFail": true
}
}
],
"projectGrants": [
{
"grantId": "string",
"projectGrant": {
"projectId": "string",
"grantedOrgId": "28746028909593987",
"roleKeys": [
"RoleKey1",
"RoleKey2"
]
}
}
],
"userGrants": [
{
"userId": "69629026806489455",
"projectId": "58949026806489455",
"projectGrantId": "9847026806489455",
"roleKeys": [
"RoleKey1",
"RoleKey2"
]
}
],
"orgMembers": [
{
"userId": "string",
"roles": [
"IAM_OWNER"
]
}
],
"projectMembers": [
{
"projectId": "string",
"userId": "string",
"roles": [
"PROJECT_OWNER"
]
}
],
"projectGrantMembers": [
{
"projectId": "string",
"grantId": "string",
"userId": "69629012906488334",
"roles": [
"PROJECT_GRANT_OWNER"
]
}
],
"userMetadata": [
{
"id": "my-user-id",
"key": "my-key",
"value": "VGhpcyBpcyBteSB0ZXN0IHZhbHVl"
}
],
"loginTexts": [
{
"language": "de",
"selectAccountText": {
"title": "string",
"description": "string",
"titleLinkingProcess": "string",
"descriptionLinkingProcess": "string",
"otherUser": "string",
"sessionStateActive": "string",
"sessionStateInactive": "string",
"userMustBeMemberOfOrg": "string"
},
"loginText": {
"title": "string",
"description": "string",
"titleLinkingProcess": "string",
"descriptionLinkingProcess": "string",
"userMustBeMemberOfOrg": "string",
"loginNameLabel": "string",
"registerButtonText": "string",
"nextButtonText": "string",
"externalUserDescription": "string",
"userNamePlaceholder": "string",
"loginNamePlaceholder": "string"
},
"passwordText": {
"title": "string",
"description": "string",
"passwordLabel": "string",
"resetLinkText": "string",
"backButtonText": "string",
"nextButtonText": "string",
"minLength": "string",
"hasUppercase": "string",
"hasLowercase": "string",
"hasNumber": "string",
"hasSymbol": "string",
"confirmation": "string"
},
"usernameChangeText": {
"title": "string",
"description": "string",
"usernameLabel": "string",
"cancelButtonText": "string",
"nextButtonText": "string"
},
"usernameChangeDoneText": {
"title": "string",
"description": "string",
"nextButtonText": "string"
},
"initPasswordText": {
"title": "string",
"description": "string",
"codeLabel": "string",
"newPasswordLabel": "string",
"newPasswordConfirmLabel": "string",
"nextButtonText": "string",
"resendButtonText": "string"
},
"initPasswordDoneText": {
"title": "string",
"description": "string",
"nextButtonText": "string",
"cancelButtonText": "string"
},
"emailVerificationText": {
"title": "string",
"description": "string",
"codeLabel": "string",
"nextButtonText": "string",
"resendButtonText": "string"
},
"emailVerificationDoneText": {
"title": "string",
"description": "string",
"nextButtonText": "string",
"cancelButtonText": "string",
"loginButtonText": "string"
},
"initializeUserText": {
"title": "string",
"description": "string",
"codeLabel": "string",
"newPasswordLabel": "string",
"newPasswordConfirmLabel": "string",
"resendButtonText": "string",
"nextButtonText": "string"
},
"initializeDoneText": {
"title": "string",
"description": "string",
"cancelButtonText": "string",
"nextButtonText": "string"
},
"initMfaPromptText": {
"title": "string",
"description": "string",
"otpOption": "string",
"u2fOption": "string",
"skipButtonText": "string",
"nextButtonText": "string"
},
"initMfaOtpText": {
"title": "string",
"description": "string",
"descriptionOtp": "string",
"secretLabel": "string",
"codeLabel": "string",
"nextButtonText": "string",
"cancelButtonText": "string"
},
"initMfaU2fText": {
"title": "string",
"description": "string",
"tokenNameLabel": "string",
"notSupported": "string",
"registerTokenButtonText": "string",
"errorRetry": "string"
},
"initMfaDoneText": {
"title": "string",
"description": "string",
"cancelButtonText": "string",
"nextButtonText": "string"
},
"mfaProvidersText": {
"chooseOther": "string",
"otp": "string",
"u2f": "string"
},
"verifyMfaOtpText": {
"title": "string",
"description": "string",
"codeLabel": "string",
"nextButtonText": "string"
},
"verifyMfaU2fText": {
"title": "string",
"description": "string",
"validateTokenText": "string",
"notSupported": "string",
"errorRetry": "string"
},
"passwordlessText": {
"title": "string",
"description": "string",
"loginWithPwButtonText": "string",
"validateTokenButtonText": "string",
"notSupported": "string",
"errorRetry": "string"
},
"passwordChangeText": {
"title": "string",
"description": "string",
"oldPasswordLabel": "string",
"newPasswordLabel": "string",
"newPasswordConfirmLabel": "string",
"cancelButtonText": "string",
"nextButtonText": "string"
},
"passwordChangeDoneText": {
"title": "string",
"description": "string",
"nextButtonText": "string"
},
"passwordResetDoneText": {
"title": "string",
"description": "string",
"nextButtonText": "string"
},
"registrationOptionText": {
"title": "string",
"description": "string",
"userNameButtonText": "string",
"externalLoginDescription": "string",
"loginButtonText": "string"
},
"registrationUserText": {
"title": "string",
"description": "string",
"descriptionOrgRegister": "string",
"firstnameLabel": "string",
"lastnameLabel": "string",
"emailLabel": "string",
"usernameLabel": "string",
"languageLabel": "string",
"genderLabel": "string",
"passwordLabel": "string",
"passwordConfirmLabel": "string",
"tosAndPrivacyLabel": "string",
"tosConfirm": "string",
"tosLinkText": "string",
"privacyConfirm": "string",
"privacyLinkText": "string",
"nextButtonText": "string",
"backButtonText": "string"
},
"registrationOrgText": {
"title": "string",
"description": "string",
"orgnameLabel": "string",
"firstnameLabel": "string",
"lastnameLabel": "string",
"usernameLabel": "string",
"emailLabel": "string",
"passwordLabel": "string",
"passwordConfirmLabel": "string",
"tosAndPrivacyLabel": "string",
"tosConfirm": "string",
"tosLinkText": "string",
"privacyConfirm": "string",
"privacyLinkText": "string",
"saveButtonText": "string"
},
"linkingUserDoneText": {
"title": "string",
"description": "string",
"cancelButtonText": "string",
"nextButtonText": "string"
},
"externalUserNotFoundText": {
"title": "string",
"description": "string",
"linkButtonText": "string",
"autoRegisterButtonText": "string",
"tosAndPrivacyLabel": "string",
"tosConfirm": "string",
"tosLinkText": "string",
"privacyLinkText": "string",
"privacyConfirm": "string"
},
"successLoginText": {
"title": "string",
"autoRedirectDescription": "string",
"redirectedDescription": "string",
"nextButtonText": "string"
},
"logoutText": {
"title": "string",
"description": "string",
"loginButtonText": "string"
},
"footerText": {
"tos": "string",
"privacyPolicy": "string",
"help": "string",
"supportEmail": "string"
},
"passwordlessPromptText": {
"title": "string",
"description": "string",
"descriptionInit": "string",
"passwordlessButtonText": "string",
"nextButtonText": "string",
"skipButtonText": "string"
},
"passwordlessRegistrationText": {
"title": "string",
"description": "string",
"tokenNameLabel": "string",
"notSupported": "string",
"registerTokenButtonText": "string",
"errorRetry": "string"
},
"passwordlessRegistrationDoneText": {
"title": "string",
"description": "string",
"nextButtonText": "string",
"cancelButtonText": "string",
"descriptionClose": "string"
},
"externalRegistrationUserOverviewText": {
"title": "string",
"description": "string",
"emailLabel": "string",
"usernameLabel": "string",
"firstnameLabel": "string",
"lastnameLabel": "string",
"nicknameLabel": "string",
"languageLabel": "string",
"phoneLabel": "string",
"tosAndPrivacyLabel": "string",
"tosConfirm": "string",
"tosLinkText": "string",
"privacyLinkText": "string",
"backButtonText": "string",
"nextButtonText": "string",
"privacyConfirm": "string"
},
"linkingUserPromptText": {
"title": "string",
"description": "string",
"linkButtonText": "string",
"otherButtonText": "string"
}
}
],
"initMessages": [
{
"language": "de",
"title": "ZITADEL - Initialize User",
"preHeader": "Initialize User",
"subject": "Initialize User",
"greeting": "Hello {{.FirstName}} {{.LastName}},",
"text": "This user was created in Zitadel. Use the username {{.PreferredLoginName}} to log in. Please click the button below to finish the initialization process. (Code {{.Code}}) If you didn't ask for this mail, please ignore it.",
"buttonText": "Finish initialization",
"footerText": "string"
}
],
"passwordResetMessages": [
{
"language": "de",
"title": "ZITADEL - Reset Password",
"preHeader": "Reset Password",
"subject": "Reset Password",
"greeting": "Hello {{.FirstName}} {{.LastName}},",
"text": "We received a password reset request. Please use the button below to reset your password. (Code {{.Code}}) If you didn't ask for this mail, please ignore it.",
"buttonText": "Reset Password",
"footerText": "string"
}
],
"verifyEmailMessages": [
{
"language": "de",
"title": "ZITADEL - Verify Email",
"preHeader": "Verify Email",
"subject": "Verify Email",
"greeting": "Hello {{.FirstName}} {{.LastName}},",
"text": "A new email has been added. Please use the button below to verify your email. (Code {{.Code}}) If you didn't add a new email, please ignore this email.",
"buttonText": "Verify Email",
"footerText": "string"
}
],
"verifyPhoneMessages": [
{
"language": "de",
"title": "ZITADEL - Verify Phone",
"preHeader": "Verify Phone",
"subject": "Verify Phone",
"greeting": "Hello {{.FirstName}} {{.LastName}},",
"text": "A new phone number has been added. Please use the following code to verify it {{.Code}}.",
"buttonText": "Verify Phone",
"footerText": "string"
}
],
"domainClaimedMessages": [
{
"language": "de",
"title": "ZITADEL - Domain has been claimed",
"preHeader": "Change email / username",
"subject": "Domain has been claimed",
"greeting": "Hello {{.FirstName}} {{.LastName}},",
"text": "The domain {{.Domain}} has been claimed by an organization. Your current user {{.UserName}} is not part of this organization. Therefore you'll have to change your email when you log in. We have created a temporary username ({{.TempUsername}}) for this login.",
"buttonText": "Login",
"footerText": "string"
}
],
"passwordlessRegistrationMessages": [
{
"language": "de",
"title": "ZITADEL - Password of the user has changed",
"preHeader": "Password Changed",
"subject": "Password of user has changed",
"greeting": "Hello {{.FirstName}} {{.LastName}},",
"text": "The password of your user has changed, if this change was not done by you, please be advised to immediately reset your password.",
"buttonText": "Login",
"footerText": "string"
}
],
"oidcIdps": [
{
"idpId": "string",
"idp": {
"name": "google",
"stylingType": "STYLING_TYPE_UNSPECIFIED",
"clientId": "string",
"clientSecret": "string",
"issuer": "https://accounts.google.com",
"scopes": [
"openid",
"profile",
"email"
],
"displayNameMapping": "OIDC_MAPPING_FIELD_UNSPECIFIED",
"usernameMapping": "OIDC_MAPPING_FIELD_UNSPECIFIED",
"autoRegister": true
}
}
],
"jwtIdps": [
{
"idpId": "string",
"idp": {
"name": "google",
"stylingType": "STYLING_TYPE_UNSPECIFIED",
"jwtEndpoint": "https://accounts.google.com",
"issuer": "https://accounts.google.com",
"keysEndpoint": "https://accounts.google.com/keys",
"headerName": "x-auth-token",
"autoRegister": true
}
}
],
"userLinks": [
{
"userId": "69629023906488334",
"idpId": "69629023906488334",
"idpName": "google",
"providedUserId": "as-12-df-89",
"providedUserName": "gigi.long-neck@gmail.com",
"idpType": "IDP_TYPE_UNSPECIFIED"
}
],
"domains": [
{
"orgId": "69629023906488334",
"details": {
"sequence": "2",
"creationDate": "2024-05-24T10:54:24.285Z",
"changeDate": "2024-05-24T10:54:24.285Z",
"resourceOwner": "69629023906488334"
},
"domainName": "zitadel.com",
"isVerified": true,
"isPrimary": true,
"validationType": "DOMAIN_VALIDATION_TYPE_UNSPECIFIED"
}
],
"appKeys": [
{
"id": "string",
"projectId": "string",
"appId": "string",
"clientId": "string",
"type": "KEY_TYPE_UNSPECIFIED",
"expirationDate": "2024-05-24T10:54:24.285Z",
"publicKey": "string"
}
],
"machineKeys": [
{
"keyId": "string",
"userId": "string",
"type": "KEY_TYPE_UNSPECIFIED",
"expirationDate": "2024-05-24T10:54:24.285Z",
"publicKey": "string"
}
],
"verifySmsOtpMessages": [
{
"language": "de",
"text": "Please visit {{ .VerifyURL }} or copy the one-time password {{.OTP}} and paste it to to the authentication screen in order to authenticate at ZITADEL within the next five minutes."
}
],
"verifyEmailOtpMessages": [
{
"language": "de",
"title": "ZITADEL - One-time Password",
"preHeader": "Verify One-time Password ",
"subject": "Verify One-time Password",
"greeting": "Hello {{.FirstName}} {{.LastName}},",
"text": "Please use the \"Authenticate\" button or copy the one-time password {{.OTP}} and paste it to to the authentication screen in order to authenticate at ZITADEL within the next five minutes.",
"buttonText": "Authenticate",
"footerText": "string"
}
]
}
]
}
Schema
Example (from schema)
Schema
orgs object[]
{
"orgs": [
{
"orgId": "string",
"org": {
"name": "Customer A"
},
"domainPolicy": {
"orgId": "#69629023906488334",
"userLoginMustBeDomain": true,
"validateOrgDomains": true,
"smtpSenderAddressMatchesInstanceDomain": true
},
"labelPolicy": {
"primaryColor": "#353535",
"hideLoginNameSuffix": true,
"warnColor": "#CD3D56",
"backgroundColor": "#FAFAFA",
"fontColor": "#000000",
"primaryColorDark": "#BBBAFA",
"backgroundColorDark": "#111827",
"warnColorDark": "#FF3B5B",
"fontColorDark": "#FFFFFF",
"disableWatermark": true,
"themeMode": "THEME_MODE_UNSPECIFIED"
},
"lockoutPolicy": {
"maxPasswordAttempts": 0,
"maxOtpAttempts": "10"
},
"loginPolicy": {
"allowUsernamePassword": true,
"allowRegister": true,
"allowExternalIdp": true,
"forceMfa": true,
"passwordlessType": "PASSWORDLESS_TYPE_NOT_ALLOWED",
"hidePasswordReset": true,
"ignoreUnknownUsernames": true,
"defaultRedirectUri": "string",
"passwordCheckLifetime": "string",
"externalLoginCheckLifetime": "string",
"mfaInitSkipLifetime": "string",
"secondFactorCheckLifetime": "string",
"multiFactorCheckLifetime": "string",
"secondFactors": [
"SECOND_FACTOR_TYPE_UNSPECIFIED"
],
"multiFactors": [
"MULTI_FACTOR_TYPE_UNSPECIFIED"
],
"idps": [
{
"idpId": "string",
"ownerType": "IDP_OWNER_TYPE_UNSPECIFIED"
}
],
"allowDomainDiscovery": true,
"disableLoginWithEmail": true,
"disableLoginWithPhone": true,
"forceMfaLocalOnly": true
},
"passwordComplexityPolicy": {
"minLength": "8",
"hasUppercase": true,
"hasLowercase": true,
"hasNumber": true,
"hasSymbol": true
},
"privacyPolicy": {
"tosLink": "https://zitadel.com/docs/legal/terms-of-service",
"privacyLink": "https://zitadel.com/docs/legal/privacy-policy",
"helpLink": "https://zitadel.com/docs/manuals/introduction",
"supportEmail": "support-email@test.com",
"docsLink": "https://zitadel.com/docs",
"customLink": "https://external.link",
"customLinkText": "External"
},
"projects": [
{
"projectId": "string",
"project": {
"name": "MyProject",
"projectRoleAssertion": true,
"projectRoleCheck": true,
"hasProjectCheck": true,
"privateLabelingSetting": "PRIVATE_LABELING_SETTING_UNSPECIFIED"
}
}
],
"projectRoles": [
{
"projectId": "string",
"roleKey": "ADMIN",
"displayName": "Administrator",
"group": "Admins"
}
],
"apiApps": [
{
"appId": "string",
"app": {
"projectId": "string",
"name": "MyAPIApp",
"authMethodType": "API_AUTH_METHOD_TYPE_BASIC"
}
}
],
"oidcApps": [
{
"appId": "string",
"app": {
"projectId": "string",
"name": "MyOIDCApp",
"redirectUris": [
"http://localhost:4200/auth/callback"
],
"responseTypes": [
"OIDC_RESPONSE_TYPE_CODE"
],
"grantTypes": [
"OIDC_GRANT_TYPE_AUTHORIZATION_CODE"
],
"appType": "OIDC_APP_TYPE_WEB",
"authMethodType": "OIDC_AUTH_METHOD_TYPE_BASIC",
"postLogoutRedirectUris": [
"http://localhost:4200/signedout"
],
"version": "OIDC_VERSION_1_0",
"devMode": true,
"accessTokenType": "OIDC_TOKEN_TYPE_BEARER",
"accessTokenRoleAssertion": true,
"idTokenRoleAssertion": true,
"idTokenUserinfoAssertion": true,
"clockSkew": "1s",
"additionalOrigins": [
"scheme://localhost:8080"
],
"skipNativeAppSuccessPage": true
}
}
],
"humanUsers": [
{
"userId": "string",
"user": {
"userName": "minnie-mouse",
"profile": {
"firstName": "Minnie",
"lastName": "Mouse",
"nickName": "Mini",
"displayName": "Minnie Mouse",
"preferredLanguage": "en",
"gender": "GENDER_FEMALE"
},
"email": {
"email": "minnie@mouse.com",
"isEmailVerified": true
},
"phone": {
"phone": "+41 71 000 00 00",
"isPhoneVerified": true
},
"password": "string",
"hashedPassword": {
"value": "$2y$12$hXUrnqdq1RIIYZ2HPytIIe5lXdIvbhqrTvdPsSF7o.jFh817Z6lwm"
},
"passwordChangeRequired": true,
"requestPasswordlessRegistration": true,
"otpCode": "string",
"idps": [
{
"configId": "idp-config-id",
"externalUserId": "external-user-id",
"displayName": "minnie.mouse@gmail.com"
}
]
}
}
],
"machineUsers": [
{
"userId": "string",
"user": {
"userName": "robot",
"name": "My Machine Account",
"description": "First machine account used for API XY.",
"accessTokenType": "ACCESS_TOKEN_TYPE_BEARER"
}
}
],
"triggerActions": [
{
"flowType": "1",
"triggerType": "1",
"actionIds": [
"string"
]
}
],
"actions": [
{
"actionId": "string",
"action": {
"name": "log context",
"script": "function log(context, calls){console.log(context)}",
"timeout": "string",
"allowedToFail": true
}
}
],
"projectGrants": [
{
"grantId": "string",
"projectGrant": {
"projectId": "string",
"grantedOrgId": "28746028909593987",
"roleKeys": [
"RoleKey1",
"RoleKey2"
]
}
}
],
"userGrants": [
{
"userId": "69629026806489455",
"projectId": "58949026806489455",
"projectGrantId": "9847026806489455",
"roleKeys": [
"RoleKey1",
"RoleKey2"
]
}
],
"orgMembers": [
{
"userId": "string",
"roles": [
"IAM_OWNER"
]
}
],
"projectMembers": [
{
"projectId": "string",
"userId": "string",
"roles": [
"PROJECT_OWNER"
]
}
],
"projectGrantMembers": [
{
"projectId": "string",
"grantId": "string",
"userId": "69629012906488334",
"roles": [
"PROJECT_GRANT_OWNER"
]
}
],
"userMetadata": [
{
"id": "my-user-id",
"key": "my-key",
"value": "VGhpcyBpcyBteSB0ZXN0IHZhbHVl"
}
],
"loginTexts": [
{
"language": "de",
"selectAccountText": {
"title": "string",
"description": "string",
"titleLinkingProcess": "string",
"descriptionLinkingProcess": "string",
"otherUser": "string",
"sessionStateActive": "string",
"sessionStateInactive": "string",
"userMustBeMemberOfOrg": "string"
},
"loginText": {
"title": "string",
"description": "string",
"titleLinkingProcess": "string",
"descriptionLinkingProcess": "string",
"userMustBeMemberOfOrg": "string",
"loginNameLabel": "string",
"registerButtonText": "string",
"nextButtonText": "string",
"externalUserDescription": "string",
"userNamePlaceholder": "string",
"loginNamePlaceholder": "string"
},
"passwordText": {
"title": "string",
"description": "string",
"passwordLabel": "string",
"resetLinkText": "string",
"backButtonText": "string",
"nextButtonText": "string",
"minLength": "string",
"hasUppercase": "string",
"hasLowercase": "string",
"hasNumber": "string",
"hasSymbol": "string",
"confirmation": "string"
},
"usernameChangeText": {
"title": "string",
"description": "string",
"usernameLabel": "string",
"cancelButtonText": "string",
"nextButtonText": "string"
},
"usernameChangeDoneText": {
"title": "string",
"description": "string",
"nextButtonText": "string"
},
"initPasswordText": {
"title": "string",
"description": "string",
"codeLabel": "string",
"newPasswordLabel": "string",
"newPasswordConfirmLabel": "string",
"nextButtonText": "string",
"resendButtonText": "string"
},
"initPasswordDoneText": {
"title": "string",
"description": "string",
"nextButtonText": "string",
"cancelButtonText": "string"
},
"emailVerificationText": {
"title": "string",
"description": "string",
"codeLabel": "string",
"nextButtonText": "string",
"resendButtonText": "string"
},
"emailVerificationDoneText": {
"title": "string",
"description": "string",
"nextButtonText": "string",
"cancelButtonText": "string",
"loginButtonText": "string"
},
"initializeUserText": {
"title": "string",
"description": "string",
"codeLabel": "string",
"newPasswordLabel": "string",
"newPasswordConfirmLabel": "string",
"resendButtonText": "string",
"nextButtonText": "string"
},
"initializeDoneText": {
"title": "string",
"description": "string",
"cancelButtonText": "string",
"nextButtonText": "string"
},
"initMfaPromptText": {
"title": "string",
"description": "string",
"otpOption": "string",
"u2fOption": "string",
"skipButtonText": "string",
"nextButtonText": "string"
},
"initMfaOtpText": {
"title": "string",
"description": "string",
"descriptionOtp": "string",
"secretLabel": "string",
"codeLabel": "string",
"nextButtonText": "string",
"cancelButtonText": "string"
},
"initMfaU2fText": {
"title": "string",
"description": "string",
"tokenNameLabel": "string",
"notSupported": "string",
"registerTokenButtonText": "string",
"errorRetry": "string"
},
"initMfaDoneText": {
"title": "string",
"description": "string",
"cancelButtonText": "string",
"nextButtonText": "string"
},
"mfaProvidersText": {
"chooseOther": "string",
"otp": "string",
"u2f": "string"
},
"verifyMfaOtpText": {
"title": "string",
"description": "string",
"codeLabel": "string",
"nextButtonText": "string"
},
"verifyMfaU2fText": {
"title": "string",
"description": "string",
"validateTokenText": "string",
"notSupported": "string",
"errorRetry": "string"
},
"passwordlessText": {
"title": "string",
"description": "string",
"loginWithPwButtonText": "string",
"validateTokenButtonText": "string",
"notSupported": "string",
"errorRetry": "string"
},
"passwordChangeText": {
"title": "string",
"description": "string",
"oldPasswordLabel": "string",
"newPasswordLabel": "string",
"newPasswordConfirmLabel": "string",
"cancelButtonText": "string",
"nextButtonText": "string"
},
"passwordChangeDoneText": {
"title": "string",
"description": "string",
"nextButtonText": "string"
},
"passwordResetDoneText": {
"title": "string",
"description": "string",
"nextButtonText": "string"
},
"registrationOptionText": {
"title": "string",
"description": "string",
"userNameButtonText": "string",
"externalLoginDescription": "string",
"loginButtonText": "string"
},
"registrationUserText": {
"title": "string",
"description": "string",
"descriptionOrgRegister": "string",
"firstnameLabel": "string",
"lastnameLabel": "string",
"emailLabel": "string",
"usernameLabel": "string",
"languageLabel": "string",
"genderLabel": "string",
"passwordLabel": "string",
"passwordConfirmLabel": "string",
"tosAndPrivacyLabel": "string",
"tosConfirm": "string",
"tosLinkText": "string",
"privacyConfirm": "string",
"privacyLinkText": "string",
"nextButtonText": "string",
"backButtonText": "string"
},
"registrationOrgText": {
"title": "string",
"description": "string",
"orgnameLabel": "string",
"firstnameLabel": "string",
"lastnameLabel": "string",
"usernameLabel": "string",
"emailLabel": "string",
"passwordLabel": "string",
"passwordConfirmLabel": "string",
"tosAndPrivacyLabel": "string",
"tosConfirm": "string",
"tosLinkText": "string",
"privacyConfirm": "string",
"privacyLinkText": "string",
"saveButtonText": "string"
},
"linkingUserDoneText": {
"title": "string",
"description": "string",
"cancelButtonText": "string",
"nextButtonText": "string"
},
"externalUserNotFoundText": {
"title": "string",
"description": "string",
"linkButtonText": "string",
"autoRegisterButtonText": "string",
"tosAndPrivacyLabel": "string",
"tosConfirm": "string",
"tosLinkText": "string",
"privacyLinkText": "string",
"privacyConfirm": "string"
},
"successLoginText": {
"title": "string",
"autoRedirectDescription": "string",
"redirectedDescription": "string",
"nextButtonText": "string"
},
"logoutText": {
"title": "string",
"description": "string",
"loginButtonText": "string"
},
"footerText": {
"tos": "string",
"privacyPolicy": "string",
"help": "string",
"supportEmail": "string"
},
"passwordlessPromptText": {
"title": "string",
"description": "string",
"descriptionInit": "string",
"passwordlessButtonText": "string",
"nextButtonText": "string",
"skipButtonText": "string"
},
"passwordlessRegistrationText": {
"title": "string",
"description": "string",
"tokenNameLabel": "string",
"notSupported": "string",
"registerTokenButtonText": "string",
"errorRetry": "string"
},
"passwordlessRegistrationDoneText": {
"title": "string",
"description": "string",
"nextButtonText": "string",
"cancelButtonText": "string",
"descriptionClose": "string"
},
"externalRegistrationUserOverviewText": {
"title": "string",
"description": "string",
"emailLabel": "string",
"usernameLabel": "string",
"firstnameLabel": "string",
"lastnameLabel": "string",
"nicknameLabel": "string",
"languageLabel": "string",
"phoneLabel": "string",
"tosAndPrivacyLabel": "string",
"tosConfirm": "string",
"tosLinkText": "string",
"privacyLinkText": "string",
"backButtonText": "string",
"nextButtonText": "string",
"privacyConfirm": "string"
},
"linkingUserPromptText": {
"title": "string",
"description": "string",
"linkButtonText": "string",
"otherButtonText": "string"
}
}
],
"initMessages": [
{
"language": "de",
"title": "ZITADEL - Initialize User",
"preHeader": "Initialize User",
"subject": "Initialize User",
"greeting": "Hello {{.FirstName}} {{.LastName}},",
"text": "This user was created in Zitadel. Use the username {{.PreferredLoginName}} to log in. Please click the button below to finish the initialization process. (Code {{.Code}}) If you didn't ask for this mail, please ignore it.",
"buttonText": "Finish initialization",
"footerText": "string"
}
],
"passwordResetMessages": [
{
"language": "de",
"title": "ZITADEL - Reset Password",
"preHeader": "Reset Password",
"subject": "Reset Password",
"greeting": "Hello {{.FirstName}} {{.LastName}},",
"text": "We received a password reset request. Please use the button below to reset your password. (Code {{.Code}}) If you didn't ask for this mail, please ignore it.",
"buttonText": "Reset Password",
"footerText": "string"
}
],
"verifyEmailMessages": [
{
"language": "de",
"title": "ZITADEL - Verify Email",
"preHeader": "Verify Email",
"subject": "Verify Email",
"greeting": "Hello {{.FirstName}} {{.LastName}},",
"text": "A new email has been added. Please use the button below to verify your email. (Code {{.Code}}) If you didn't add a new email, please ignore this email.",
"buttonText": "Verify Email",
"footerText": "string"
}
],
"verifyPhoneMessages": [
{
"language": "de",
"title": "ZITADEL - Verify Phone",
"preHeader": "Verify Phone",
"subject": "Verify Phone",
"greeting": "Hello {{.FirstName}} {{.LastName}},",
"text": "A new phone number has been added. Please use the following code to verify it {{.Code}}.",
"buttonText": "Verify Phone",
"footerText": "string"
}
],
"domainClaimedMessages": [
{
"language": "de",
"title": "ZITADEL - Domain has been claimed",
"preHeader": "Change email / username",
"subject": "Domain has been claimed",
"greeting": "Hello {{.FirstName}} {{.LastName}},",
"text": "The domain {{.Domain}} has been claimed by an organization. Your current user {{.UserName}} is not part of this organization. Therefore you'll have to change your email when you log in. We have created a temporary username ({{.TempUsername}}) for this login.",
"buttonText": "Login",
"footerText": "string"
}
],
"passwordlessRegistrationMessages": [
{
"language": "de",
"title": "ZITADEL - Password of the user has changed",
"preHeader": "Password Changed",
"subject": "Password of user has changed",
"greeting": "Hello {{.FirstName}} {{.LastName}},",
"text": "The password of your user has changed, if this change was not done by you, please be advised to immediately reset your password.",
"buttonText": "Login",
"footerText": "string"
}
],
"oidcIdps": [
{
"idpId": "string",
"idp": {
"name": "google",
"stylingType": "STYLING_TYPE_UNSPECIFIED",
"clientId": "string",
"clientSecret": "string",
"issuer": "https://accounts.google.com",
"scopes": [
"openid",
"profile",
"email"
],
"displayNameMapping": "OIDC_MAPPING_FIELD_UNSPECIFIED",
"usernameMapping": "OIDC_MAPPING_FIELD_UNSPECIFIED",
"autoRegister": true
}
}
],
"jwtIdps": [
{
"idpId": "string",
"idp": {
"name": "google",
"stylingType": "STYLING_TYPE_UNSPECIFIED",
"jwtEndpoint": "https://accounts.google.com",
"issuer": "https://accounts.google.com",
"keysEndpoint": "https://accounts.google.com/keys",
"headerName": "x-auth-token",
"autoRegister": true
}
}
],
"userLinks": [
{
"userId": "69629023906488334",
"idpId": "69629023906488334",
"idpName": "google",
"providedUserId": "as-12-df-89",
"providedUserName": "gigi.long-neck@gmail.com",
"idpType": "IDP_TYPE_UNSPECIFIED"
}
],
"domains": [
{
"orgId": "69629023906488334",
"details": {
"sequence": "2",
"creationDate": "2024-05-24T10:54:24.294Z",
"changeDate": "2024-05-24T10:54:24.294Z",
"resourceOwner": "69629023906488334"
},
"domainName": "zitadel.com",
"isVerified": true,
"isPrimary": true,
"validationType": "DOMAIN_VALIDATION_TYPE_UNSPECIFIED"
}
],
"appKeys": [
{
"id": "string",
"projectId": "string",
"appId": "string",
"clientId": "string",
"type": "KEY_TYPE_UNSPECIFIED",
"expirationDate": "2024-05-24T10:54:24.294Z",
"publicKey": "string"
}
],
"machineKeys": [
{
"keyId": "string",
"userId": "string",
"type": "KEY_TYPE_UNSPECIFIED",
"expirationDate": "2024-05-24T10:54:24.294Z",
"publicKey": "string"
}
],
"verifySmsOtpMessages": [
{
"language": "de",
"text": "Please visit {{ .VerifyURL }} or copy the one-time password {{.OTP}} and paste it to to the authentication screen in order to authenticate at ZITADEL within the next five minutes."
}
],
"verifyEmailOtpMessages": [
{
"language": "de",
"title": "ZITADEL - One-time Password",
"preHeader": "Verify One-time Password ",
"subject": "Verify One-time Password",
"greeting": "Hello {{.FirstName}} {{.LastName}},",
"text": "Please use the \"Authenticate\" button or copy the one-time password {{.OTP}} and paste it to to the authentication screen in order to authenticate at ZITADEL within the next five minutes.",
"buttonText": "Authenticate",
"footerText": "string"
}
]
}
]
}
Returned when the user does not have permission to access the resource.
application/json
application/grpc
application/grpc-web+proto
Schema
Example (from schema)
Schema
code int32
message string
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Schema
Example (from schema)
Schema
code int32
message string
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Schema
Example (from schema)
Schema
code int32
message string
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Returned when the resource does not exist.
application/json
application/grpc
application/grpc-web+proto
Schema
Example (from schema)
Schema
code int32
message string
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Schema
Example (from schema)
Schema
code int32
message string
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Schema
Example (from schema)
Schema
code int32
message string
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
An unexpected error response.
application/json
application/grpc
application/grpc-web+proto
Schema
Example (from schema)
Schema
code int32
message string
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Schema
Example (from schema)
Schema
code int32
message string
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Schema
Example (from schema)
Schema
code int32
message string
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
POST /export
Authorization
name: OAuth2type: oauth2scopes:openid,urn:zitadel:iam:org:project:id:zitadel:aud
flows: { "authorizationCode": { "authorizationUrl": "$CUSTOM-DOMAIN/oauth/v2/authorize", "tokenUrl": "$CUSTOM-DOMAIN/oauth/v2/token", "scopes": { "openid": "openid", "urn:zitadel:iam:org:project:id:zitadel:aud": "urn:zitadel:iam:org:project:id:zitadel:aud" } } }
Request
Request
curl / cURL
curl -L -X POST 'https://$CUSTOM-DOMAIN/admin/v1/export' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"orgIds": [
"119345938451786790",
"76693875574553926"
],
"excludedOrgIds": [
"string"
],
"withPasswords": true,
"withOtp": true,
"responseOutput": true,
"localOutput": {
"path": "string"
},
"s3Output": {
"path": "string",
"endpoint": "string",
"accessKeyId": "string",
"secretAccessKey": "string",
"ssl": true,
"bucket": "string"
},
"gcsOutput": {
"bucket": "zitadel-test-bucket",
"serviceaccountJson": "ewogICJ0eXFUJEfjjue9WFJishieWNjb3VudCIsCiAgInByb2plY3RfaWQiOiAiY2Fvcy0yNDA4MDkiLAogICJwcml2YXRlX2tleV9pZCI6ICJjMmFlYWQwZjYwODk5MGU4NzM0NjllYThiYWZlMjdhZGQ2YTAyMzY2IiwKICAicHJpdmF0ZV9rZXkiOiAiLS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tJFOgj8JeJFNOEFGQkFEQU5CZ2txaGtpRzl3MEJBUUVGQUFTQ0JLZ3dnZ1NrQWdFQUFvSUJBUUNZcHlqMDBqMnRCRThOXG5NYnNRSUk3dkhudG5oUW1QWThDcWZyTzduZXV1cHRuemphNGxJa0pLeDNmcFZFRDJUWXJySWUfh5JfsoixmXG42MTlTeTVLMWFYY05Xamx0Z1UyMVVvbjJLZzdBbi9BVWJkRDdvUUxaWER1MU0rV09nV0NndUlKZ0ZCNjhVaENnXG5acHBtR1FaeTNvNDJaYVFCTkdVRlprR1Z6UnNtU24zakdWZmNaU202YWJCTm9xaitucFVwMjJraDdkdurTJFISE55HVXZBVWs0cWErMXdnR1BlNlNET3Q4NUQ4WFZKV3Urblc2cTNwQjh0WllCMnJWMlpEcGEwK1NnUzBBYWczSXh1XG5COVpZdm14cVZqYjRYQ2h0a0NDTjRoS25GS1N5K09KdnJBcjZiSTZDek0rRzVYQW1HWUxHVGxpRUMwVUlCVXVlXG44U2llbHVVckFnTUJBQUVDZ2dFQUg0b1YrN00rZS9OU2MrcnM5OUdLUnB4WktkUENYR1pqUmJhazR1UW5jQy9ZXG5BeXFvS3RMdnVHeUsrV0huaEJ3VVVpMXg2TUM2SGtHc3lKL2tVNEpzL3Q5WjhoL01rclB1L3NJZGNBZFRnZmZwXG5qZ2I4Y1NqY29sVWNudjBvZGkrRDYrRURTdCtOVkNKdWZmMkU5QWhDblZRZk5OeitMQ09McGJoeFg0Wi9rQUx0XG5QeHI0TG5yd2VEUWxEcFBtdXhibGpoelJHbEhaVFd1YVRKSU9Lb29USzBXN21OK2lqUXp4c1pMYVFsQjkyanhlXG5VM3BGMFkzK2lIRW42SzBVb2RROHB0b2dld3NjMjFYTTZGbkVTMVB4OFBUWTNHWmVnZEd4eU5rVlVwdklEZkRjXG5RV3lBd2NyS28zenh5VUM4VkZrRFZjZitLSGM5U3NOSk9QWVJlYkQ5UlFLQmdRRFFjYTVWTWYybkx0WkNpc2M2XG5seExnNzAvNzVUekN1R2UvZ0JRVGkrUGk2L1lIWXViVGdPcEkwNkN3TndNOUlVOEIzd2pjWHNndGk3QmVqRmhxXG5PUFRiSS8zL0w2U3BMd2d0d1RmSDhwYlFaUVBCWVM2TmkzclV4OWpoa3Q3RzRGeDhHTnhNanRsZjFjK3ZEbE4rXG41d2p2dytLT2RyYnF4Tjk0a2VsazFETi9Od0tCZ1FDN2V2WXFGZ3QwMWVKOVg1NTdMUUp6ajBqcmYvYk1iYis2XG5PWkpHU2NXY1R2N3oxWEdsRTFEZmpXeDdkQ0tPNG5CbnA3THBDOFhCZUI2a1A2ekJRYk9tRmsvbWtnem1SU2F4XG5SZ2o2N3VzQUdsUzQycktMeUc3Y3c4ZHprL29TaWQ3cTdGaDEvb2hCZmRxYnVmdzdVY2FEMmJ6eUNpQjREdmw0XG5mRDJtRituN3JRS0JnUUNRRmVVQ016bzVkS0RiQW45Uk90anI3OEVFU0tQRm5oN3BPeW1sa1UrSHJzQTB2dUw4XG5WT0tlVU51RXM2SmpnVURSOUZCMXRIYi9OTTVIclEvNDdVSWtzUzZFVlhTbkZrRzdEeEwxL2ZUT1BPVnBxVG02XG4waTJvSkRVQlNMc0NFbGtiMXp1QkdFV2VmM2UrZEZLM0tCRC9YQktoaytKQlNyR0c4S1c2OHd4ZDVRS0JnUUNRXG5oanludXZDLzgzV3l3bmh3YWdVZXdsRXJRaTBsOEdEQmxVbitwellQeGhIaU5DTjBac3lNV1FCTXR2MUErcXcrXG5LOWZPc1VXVVhCMzY3aDhscDVsdXFucVR1dmo0dGt3YWttdXZ6V2daWHpMNmdaVHNEdW52ZzNrSXp3VVRMM2RKXG4wRUp0UzNjTVRaR3RSSlY5d1E5d2F2U3QvVUtFYXI3RHM3cnVoRGJhelFLQmdCOEQvbm83NXdISW9zd3p5bUo3XG43STNXekgzUzRsV2s2bUdMdjdlTnR3bFBPWVR6VHhyVFRtVzJHRDExNlhQRkQrbUFnanIwYlNzMDdJd2F5aytzXG5ZUmtGWmQ0emZnb2ZyVU1QS1d6WVBWS0RPOVNGMlFTU0V6SVNmU3p3SkZCWFp6d2pKeHdnbXIwbDR6aDJvZURTXG5iYXZOZDVvaHZNR05WZUZrKzVkZ3pKUEhcbi0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS1cbiIsCiAgImNsaWVudF9lbWFpbCI6ICJvcmJvcy1iZW56QGNhb3MtMjQwODA5LmlhbS5nc2VydmljZWFjY291bnQuY29tIiwKICAiY2xpZW50X2lkIjogIjExMzU0OTkwNDM2NjczMjE1MzM1NSIsCiAgImF1dGhfdXJpIjogImh0dHBzOi8vYWNjb3VudHMuZ29vZ2xlLmNvbS9vL29hdXRoMi9hdXRoIiwKICAidG9rZW5fdXJpIjogImh0dHBzOi8vb2F1dGgyLmdvb2dsZWFwaXMuY29tL3Rva2VuIiwKICAiYXV0aF9wcm92aWRlcl94NTA5X2NlcnRfdXJsIjogImh0dHBzOi8vd3d3Lmdvb2dsZWFwaXMuY29tL29hdXRoMi92MS9jZXJ0cyIsCiAgImNsaWVudF94NTA5X2NlcnRfdXJsIjogImh0dHBzOi8vd3d3Lmdvb2dsZWFwaXMuY29tL3JvYm90L3YxL21ldGFkYXRhL3g1MDkvb3Jib3MtYmVueiU0MGNhb3MtMjQwODA5LmlhbS5nc2VydmljZWFjY291bnQuY29tIgp9Cg==",
"path": "my_export_file.json"
},
"timeout": "30m"
}'
python / requests
curl -L -X POST 'https://$CUSTOM-DOMAIN/admin/v1/export' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"orgIds": [
"119345938451786790",
"76693875574553926"
],
"excludedOrgIds": [
"string"
],
"withPasswords": true,
"withOtp": true,
"responseOutput": true,
"localOutput": {
"path": "string"
},
"s3Output": {
"path": "string",
"endpoint": "string",
"accessKeyId": "string",
"secretAccessKey": "string",
"ssl": true,
"bucket": "string"
},
"gcsOutput": {
"bucket": "zitadel-test-bucket",
"serviceaccountJson": "ewogICJ0eXFUJEfjjue9WFJishieWNjb3VudCIsCiAgInByb2plY3RfaWQiOiAiY2Fvcy0yNDA4MDkiLAogICJwcml2YXRlX2tleV9pZCI6ICJjMmFlYWQwZjYwODk5MGU4NzM0NjllYThiYWZlMjdhZGQ2YTAyMzY2IiwKICAicHJpdmF0ZV9rZXkiOiAiLS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tJFOgj8JeJFNOEFGQkFEQU5CZ2txaGtpRzl3MEJBUUVGQUFTQ0JLZ3dnZ1NrQWdFQUFvSUJBUUNZcHlqMDBqMnRCRThOXG5NYnNRSUk3dkhudG5oUW1QWThDcWZyTzduZXV1cHRuemphNGxJa0pLeDNmcFZFRDJUWXJySWUfh5JfsoixmXG42MTlTeTVLMWFYY05Xamx0Z1UyMVVvbjJLZzdBbi9BVWJkRDdvUUxaWER1MU0rV09nV0NndUlKZ0ZCNjhVaENnXG5acHBtR1FaeTNvNDJaYVFCTkdVRlprR1Z6UnNtU24zakdWZmNaU202YWJCTm9xaitucFVwMjJraDdkdurTJFISE55HVXZBVWs0cWErMXdnR1BlNlNET3Q4NUQ4WFZKV3Urblc2cTNwQjh0WllCMnJWMlpEcGEwK1NnUzBBYWczSXh1XG5COVpZdm14cVZqYjRYQ2h0a0NDTjRoS25GS1N5K09KdnJBcjZiSTZDek0rRzVYQW1HWUxHVGxpRUMwVUlCVXVlXG44U2llbHVVckFnTUJBQUVDZ2dFQUg0b1YrN00rZS9OU2MrcnM5OUdLUnB4WktkUENYR1pqUmJhazR1UW5jQy9ZXG5BeXFvS3RMdnVHeUsrV0huaEJ3VVVpMXg2TUM2SGtHc3lKL2tVNEpzL3Q5WjhoL01rclB1L3NJZGNBZFRnZmZwXG5qZ2I4Y1NqY29sVWNudjBvZGkrRDYrRURTdCtOVkNKdWZmMkU5QWhDblZRZk5OeitMQ09McGJoeFg0Wi9rQUx0XG5QeHI0TG5yd2VEUWxEcFBtdXhibGpoelJHbEhaVFd1YVRKSU9Lb29USzBXN21OK2lqUXp4c1pMYVFsQjkyanhlXG5VM3BGMFkzK2lIRW42SzBVb2RROHB0b2dld3NjMjFYTTZGbkVTMVB4OFBUWTNHWmVnZEd4eU5rVlVwdklEZkRjXG5RV3lBd2NyS28zenh5VUM4VkZrRFZjZitLSGM5U3NOSk9QWVJlYkQ5UlFLQmdRRFFjYTVWTWYybkx0WkNpc2M2XG5seExnNzAvNzVUekN1R2UvZ0JRVGkrUGk2L1lIWXViVGdPcEkwNkN3TndNOUlVOEIzd2pjWHNndGk3QmVqRmhxXG5PUFRiSS8zL0w2U3BMd2d0d1RmSDhwYlFaUVBCWVM2TmkzclV4OWpoa3Q3RzRGeDhHTnhNanRsZjFjK3ZEbE4rXG41d2p2dytLT2RyYnF4Tjk0a2VsazFETi9Od0tCZ1FDN2V2WXFGZ3QwMWVKOVg1NTdMUUp6ajBqcmYvYk1iYis2XG5PWkpHU2NXY1R2N3oxWEdsRTFEZmpXeDdkQ0tPNG5CbnA3THBDOFhCZUI2a1A2ekJRYk9tRmsvbWtnem1SU2F4XG5SZ2o2N3VzQUdsUzQycktMeUc3Y3c4ZHprL29TaWQ3cTdGaDEvb2hCZmRxYnVmdzdVY2FEMmJ6eUNpQjREdmw0XG5mRDJtRituN3JRS0JnUUNRRmVVQ016bzVkS0RiQW45Uk90anI3OEVFU0tQRm5oN3BPeW1sa1UrSHJzQTB2dUw4XG5WT0tlVU51RXM2SmpnVURSOUZCMXRIYi9OTTVIclEvNDdVSWtzUzZFVlhTbkZrRzdEeEwxL2ZUT1BPVnBxVG02XG4waTJvSkRVQlNMc0NFbGtiMXp1QkdFV2VmM2UrZEZLM0tCRC9YQktoaytKQlNyR0c4S1c2OHd4ZDVRS0JnUUNRXG5oanludXZDLzgzV3l3bmh3YWdVZXdsRXJRaTBsOEdEQmxVbitwellQeGhIaU5DTjBac3lNV1FCTXR2MUErcXcrXG5LOWZPc1VXVVhCMzY3aDhscDVsdXFucVR1dmo0dGt3YWttdXZ6V2daWHpMNmdaVHNEdW52ZzNrSXp3VVRMM2RKXG4wRUp0UzNjTVRaR3RSSlY5d1E5d2F2U3QvVUtFYXI3RHM3cnVoRGJhelFLQmdCOEQvbm83NXdISW9zd3p5bUo3XG43STNXekgzUzRsV2s2bUdMdjdlTnR3bFBPWVR6VHhyVFRtVzJHRDExNlhQRkQrbUFnanIwYlNzMDdJd2F5aytzXG5ZUmtGWmQ0emZnb2ZyVU1QS1d6WVBWS0RPOVNGMlFTU0V6SVNmU3p3SkZCWFp6d2pKeHdnbXIwbDR6aDJvZURTXG5iYXZOZDVvaHZNR05WZUZrKzVkZ3pKUEhcbi0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS1cbiIsCiAgImNsaWVudF9lbWFpbCI6ICJvcmJvcy1iZW56QGNhb3MtMjQwODA5LmlhbS5nc2VydmljZWFjY291bnQuY29tIiwKICAiY2xpZW50X2lkIjogIjExMzU0OTkwNDM2NjczMjE1MzM1NSIsCiAgImF1dGhfdXJpIjogImh0dHBzOi8vYWNjb3VudHMuZ29vZ2xlLmNvbS9vL29hdXRoMi9hdXRoIiwKICAidG9rZW5fdXJpIjogImh0dHBzOi8vb2F1dGgyLmdvb2dsZWFwaXMuY29tL3Rva2VuIiwKICAiYXV0aF9wcm92aWRlcl94NTA5X2NlcnRfdXJsIjogImh0dHBzOi8vd3d3Lmdvb2dsZWFwaXMuY29tL29hdXRoMi92MS9jZXJ0cyIsCiAgImNsaWVudF94NTA5X2NlcnRfdXJsIjogImh0dHBzOi8vd3d3Lmdvb2dsZWFwaXMuY29tL3JvYm90L3YxL21ldGFkYXRhL3g1MDkvb3Jib3MtYmVueiU0MGNhb3MtMjQwODA5LmlhbS5nc2VydmljZWFjY291bnQuY29tIgp9Cg==",
"path": "my_export_file.json"
},
"timeout": "30m"
}'
go / native
curl -L -X POST 'https://$CUSTOM-DOMAIN/admin/v1/export' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"orgIds": [
"119345938451786790",
"76693875574553926"
],
"excludedOrgIds": [
"string"
],
"withPasswords": true,
"withOtp": true,
"responseOutput": true,
"localOutput": {
"path": "string"
},
"s3Output": {
"path": "string",
"endpoint": "string",
"accessKeyId": "string",
"secretAccessKey": "string",
"ssl": true,
"bucket": "string"
},
"gcsOutput": {
"bucket": "zitadel-test-bucket",
"serviceaccountJson": "ewogICJ0eXFUJEfjjue9WFJishieWNjb3VudCIsCiAgInByb2plY3RfaWQiOiAiY2Fvcy0yNDA4MDkiLAogICJwcml2YXRlX2tleV9pZCI6ICJjMmFlYWQwZjYwODk5MGU4NzM0NjllYThiYWZlMjdhZGQ2YTAyMzY2IiwKICAicHJpdmF0ZV9rZXkiOiAiLS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tJFOgj8JeJFNOEFGQkFEQU5CZ2txaGtpRzl3MEJBUUVGQUFTQ0JLZ3dnZ1NrQWdFQUFvSUJBUUNZcHlqMDBqMnRCRThOXG5NYnNRSUk3dkhudG5oUW1QWThDcWZyTzduZXV1cHRuemphNGxJa0pLeDNmcFZFRDJUWXJySWUfh5JfsoixmXG42MTlTeTVLMWFYY05Xamx0Z1UyMVVvbjJLZzdBbi9BVWJkRDdvUUxaWER1MU0rV09nV0NndUlKZ0ZCNjhVaENnXG5acHBtR1FaeTNvNDJaYVFCTkdVRlprR1Z6UnNtU24zakdWZmNaU202YWJCTm9xaitucFVwMjJraDdkdurTJFISE55HVXZBVWs0cWErMXdnR1BlNlNET3Q4NUQ4WFZKV3Urblc2cTNwQjh0WllCMnJWMlpEcGEwK1NnUzBBYWczSXh1XG5COVpZdm14cVZqYjRYQ2h0a0NDTjRoS25GS1N5K09KdnJBcjZiSTZDek0rRzVYQW1HWUxHVGxpRUMwVUlCVXVlXG44U2llbHVVckFnTUJBQUVDZ2dFQUg0b1YrN00rZS9OU2MrcnM5OUdLUnB4WktkUENYR1pqUmJhazR1UW5jQy9ZXG5BeXFvS3RMdnVHeUsrV0huaEJ3VVVpMXg2TUM2SGtHc3lKL2tVNEpzL3Q5WjhoL01rclB1L3NJZGNBZFRnZmZwXG5qZ2I4Y1NqY29sVWNudjBvZGkrRDYrRURTdCtOVkNKdWZmMkU5QWhDblZRZk5OeitMQ09McGJoeFg0Wi9rQUx0XG5QeHI0TG5yd2VEUWxEcFBtdXhibGpoelJHbEhaVFd1YVRKSU9Lb29USzBXN21OK2lqUXp4c1pMYVFsQjkyanhlXG5VM3BGMFkzK2lIRW42SzBVb2RROHB0b2dld3NjMjFYTTZGbkVTMVB4OFBUWTNHWmVnZEd4eU5rVlVwdklEZkRjXG5RV3lBd2NyS28zenh5VUM4VkZrRFZjZitLSGM5U3NOSk9QWVJlYkQ5UlFLQmdRRFFjYTVWTWYybkx0WkNpc2M2XG5seExnNzAvNzVUekN1R2UvZ0JRVGkrUGk2L1lIWXViVGdPcEkwNkN3TndNOUlVOEIzd2pjWHNndGk3QmVqRmhxXG5PUFRiSS8zL0w2U3BMd2d0d1RmSDhwYlFaUVBCWVM2TmkzclV4OWpoa3Q3RzRGeDhHTnhNanRsZjFjK3ZEbE4rXG41d2p2dytLT2RyYnF4Tjk0a2VsazFETi9Od0tCZ1FDN2V2WXFGZ3QwMWVKOVg1NTdMUUp6ajBqcmYvYk1iYis2XG5PWkpHU2NXY1R2N3oxWEdsRTFEZmpXeDdkQ0tPNG5CbnA3THBDOFhCZUI2a1A2ekJRYk9tRmsvbWtnem1SU2F4XG5SZ2o2N3VzQUdsUzQycktMeUc3Y3c4ZHprL29TaWQ3cTdGaDEvb2hCZmRxYnVmdzdVY2FEMmJ6eUNpQjREdmw0XG5mRDJtRituN3JRS0JnUUNRRmVVQ016bzVkS0RiQW45Uk90anI3OEVFU0tQRm5oN3BPeW1sa1UrSHJzQTB2dUw4XG5WT0tlVU51RXM2SmpnVURSOUZCMXRIYi9OTTVIclEvNDdVSWtzUzZFVlhTbkZrRzdEeEwxL2ZUT1BPVnBxVG02XG4waTJvSkRVQlNMc0NFbGtiMXp1QkdFV2VmM2UrZEZLM0tCRC9YQktoaytKQlNyR0c4S1c2OHd4ZDVRS0JnUUNRXG5oanludXZDLzgzV3l3bmh3YWdVZXdsRXJRaTBsOEdEQmxVbitwellQeGhIaU5DTjBac3lNV1FCTXR2MUErcXcrXG5LOWZPc1VXVVhCMzY3aDhscDVsdXFucVR1dmo0dGt3YWttdXZ6V2daWHpMNmdaVHNEdW52ZzNrSXp3VVRMM2RKXG4wRUp0UzNjTVRaR3RSSlY5d1E5d2F2U3QvVUtFYXI3RHM3cnVoRGJhelFLQmdCOEQvbm83NXdISW9zd3p5bUo3XG43STNXekgzUzRsV2s2bUdMdjdlTnR3bFBPWVR6VHhyVFRtVzJHRDExNlhQRkQrbUFnanIwYlNzMDdJd2F5aytzXG5ZUmtGWmQ0emZnb2ZyVU1QS1d6WVBWS0RPOVNGMlFTU0V6SVNmU3p3SkZCWFp6d2pKeHdnbXIwbDR6aDJvZURTXG5iYXZOZDVvaHZNR05WZUZrKzVkZ3pKUEhcbi0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS1cbiIsCiAgImNsaWVudF9lbWFpbCI6ICJvcmJvcy1iZW56QGNhb3MtMjQwODA5LmlhbS5nc2VydmljZWFjY291bnQuY29tIiwKICAiY2xpZW50X2lkIjogIjExMzU0OTkwNDM2NjczMjE1MzM1NSIsCiAgImF1dGhfdXJpIjogImh0dHBzOi8vYWNjb3VudHMuZ29vZ2xlLmNvbS9vL29hdXRoMi9hdXRoIiwKICAidG9rZW5fdXJpIjogImh0dHBzOi8vb2F1dGgyLmdvb2dsZWFwaXMuY29tL3Rva2VuIiwKICAiYXV0aF9wcm92aWRlcl94NTA5X2NlcnRfdXJsIjogImh0dHBzOi8vd3d3Lmdvb2dsZWFwaXMuY29tL29hdXRoMi92MS9jZXJ0cyIsCiAgImNsaWVudF94NTA5X2NlcnRfdXJsIjogImh0dHBzOi8vd3d3Lmdvb2dsZWFwaXMuY29tL3JvYm90L3YxL21ldGFkYXRhL3g1MDkvb3Jib3MtYmVueiU0MGNhb3MtMjQwODA5LmlhbS5nc2VydmljZWFjY291bnQuY29tIgp9Cg==",
"path": "my_export_file.json"
},
"timeout": "30m"
}'
nodejs / axios
curl -L -X POST 'https://$CUSTOM-DOMAIN/admin/v1/export' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"orgIds": [
"119345938451786790",
"76693875574553926"
],
"excludedOrgIds": [
"string"
],
"withPasswords": true,
"withOtp": true,
"responseOutput": true,
"localOutput": {
"path": "string"
},
"s3Output": {
"path": "string",
"endpoint": "string",
"accessKeyId": "string",
"secretAccessKey": "string",
"ssl": true,
"bucket": "string"
},
"gcsOutput": {
"bucket": "zitadel-test-bucket",
"serviceaccountJson": "ewogICJ0eXFUJEfjjue9WFJishieWNjb3VudCIsCiAgInByb2plY3RfaWQiOiAiY2Fvcy0yNDA4MDkiLAogICJwcml2YXRlX2tleV9pZCI6ICJjMmFlYWQwZjYwODk5MGU4NzM0NjllYThiYWZlMjdhZGQ2YTAyMzY2IiwKICAicHJpdmF0ZV9rZXkiOiAiLS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tJFOgj8JeJFNOEFGQkFEQU5CZ2txaGtpRzl3MEJBUUVGQUFTQ0JLZ3dnZ1NrQWdFQUFvSUJBUUNZcHlqMDBqMnRCRThOXG5NYnNRSUk3dkhudG5oUW1QWThDcWZyTzduZXV1cHRuemphNGxJa0pLeDNmcFZFRDJUWXJySWUfh5JfsoixmXG42MTlTeTVLMWFYY05Xamx0Z1UyMVVvbjJLZzdBbi9BVWJkRDdvUUxaWER1MU0rV09nV0NndUlKZ0ZCNjhVaENnXG5acHBtR1FaeTNvNDJaYVFCTkdVRlprR1Z6UnNtU24zakdWZmNaU202YWJCTm9xaitucFVwMjJraDdkdurTJFISE55HVXZBVWs0cWErMXdnR1BlNlNET3Q4NUQ4WFZKV3Urblc2cTNwQjh0WllCMnJWMlpEcGEwK1NnUzBBYWczSXh1XG5COVpZdm14cVZqYjRYQ2h0a0NDTjRoS25GS1N5K09KdnJBcjZiSTZDek0rRzVYQW1HWUxHVGxpRUMwVUlCVXVlXG44U2llbHVVckFnTUJBQUVDZ2dFQUg0b1YrN00rZS9OU2MrcnM5OUdLUnB4WktkUENYR1pqUmJhazR1UW5jQy9ZXG5BeXFvS3RMdnVHeUsrV0huaEJ3VVVpMXg2TUM2SGtHc3lKL2tVNEpzL3Q5WjhoL01rclB1L3NJZGNBZFRnZmZwXG5qZ2I4Y1NqY29sVWNudjBvZGkrRDYrRURTdCtOVkNKdWZmMkU5QWhDblZRZk5OeitMQ09McGJoeFg0Wi9rQUx0XG5QeHI0TG5yd2VEUWxEcFBtdXhibGpoelJHbEhaVFd1YVRKSU9Lb29USzBXN21OK2lqUXp4c1pMYVFsQjkyanhlXG5VM3BGMFkzK2lIRW42SzBVb2RROHB0b2dld3NjMjFYTTZGbkVTMVB4OFBUWTNHWmVnZEd4eU5rVlVwdklEZkRjXG5RV3lBd2NyS28zenh5VUM4VkZrRFZjZitLSGM5U3NOSk9QWVJlYkQ5UlFLQmdRRFFjYTVWTWYybkx0WkNpc2M2XG5seExnNzAvNzVUekN1R2UvZ0JRVGkrUGk2L1lIWXViVGdPcEkwNkN3TndNOUlVOEIzd2pjWHNndGk3QmVqRmhxXG5PUFRiSS8zL0w2U3BMd2d0d1RmSDhwYlFaUVBCWVM2TmkzclV4OWpoa3Q3RzRGeDhHTnhNanRsZjFjK3ZEbE4rXG41d2p2dytLT2RyYnF4Tjk0a2VsazFETi9Od0tCZ1FDN2V2WXFGZ3QwMWVKOVg1NTdMUUp6ajBqcmYvYk1iYis2XG5PWkpHU2NXY1R2N3oxWEdsRTFEZmpXeDdkQ0tPNG5CbnA3THBDOFhCZUI2a1A2ekJRYk9tRmsvbWtnem1SU2F4XG5SZ2o2N3VzQUdsUzQycktMeUc3Y3c4ZHprL29TaWQ3cTdGaDEvb2hCZmRxYnVmdzdVY2FEMmJ6eUNpQjREdmw0XG5mRDJtRituN3JRS0JnUUNRRmVVQ016bzVkS0RiQW45Uk90anI3OEVFU0tQRm5oN3BPeW1sa1UrSHJzQTB2dUw4XG5WT0tlVU51RXM2SmpnVURSOUZCMXRIYi9OTTVIclEvNDdVSWtzUzZFVlhTbkZrRzdEeEwxL2ZUT1BPVnBxVG02XG4waTJvSkRVQlNMc0NFbGtiMXp1QkdFV2VmM2UrZEZLM0tCRC9YQktoaytKQlNyR0c4S1c2OHd4ZDVRS0JnUUNRXG5oanludXZDLzgzV3l3bmh3YWdVZXdsRXJRaTBsOEdEQmxVbitwellQeGhIaU5DTjBac3lNV1FCTXR2MUErcXcrXG5LOWZPc1VXVVhCMzY3aDhscDVsdXFucVR1dmo0dGt3YWttdXZ6V2daWHpMNmdaVHNEdW52ZzNrSXp3VVRMM2RKXG4wRUp0UzNjTVRaR3RSSlY5d1E5d2F2U3QvVUtFYXI3RHM3cnVoRGJhelFLQmdCOEQvbm83NXdISW9zd3p5bUo3XG43STNXekgzUzRsV2s2bUdMdjdlTnR3bFBPWVR6VHhyVFRtVzJHRDExNlhQRkQrbUFnanIwYlNzMDdJd2F5aytzXG5ZUmtGWmQ0emZnb2ZyVU1QS1d6WVBWS0RPOVNGMlFTU0V6SVNmU3p3SkZCWFp6d2pKeHdnbXIwbDR6aDJvZURTXG5iYXZOZDVvaHZNR05WZUZrKzVkZ3pKUEhcbi0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS1cbiIsCiAgImNsaWVudF9lbWFpbCI6ICJvcmJvcy1iZW56QGNhb3MtMjQwODA5LmlhbS5nc2VydmljZWFjY291bnQuY29tIiwKICAiY2xpZW50X2lkIjogIjExMzU0OTkwNDM2NjczMjE1MzM1NSIsCiAgImF1dGhfdXJpIjogImh0dHBzOi8vYWNjb3VudHMuZ29vZ2xlLmNvbS9vL29hdXRoMi9hdXRoIiwKICAidG9rZW5fdXJpIjogImh0dHBzOi8vb2F1dGgyLmdvb2dsZWFwaXMuY29tL3Rva2VuIiwKICAiYXV0aF9wcm92aWRlcl94NTA5X2NlcnRfdXJsIjogImh0dHBzOi8vd3d3Lmdvb2dsZWFwaXMuY29tL29hdXRoMi92MS9jZXJ0cyIsCiAgImNsaWVudF94NTA5X2NlcnRfdXJsIjogImh0dHBzOi8vd3d3Lmdvb2dsZWFwaXMuY29tL3JvYm90L3YxL21ldGFkYXRhL3g1MDkvb3Jib3MtYmVueiU0MGNhb3MtMjQwODA5LmlhbS5nc2VydmljZWFjY291bnQuY29tIgp9Cg==",
"path": "my_export_file.json"
},
"timeout": "30m"
}'
ruby / Net::HTTP
curl -L -X POST 'https://$CUSTOM-DOMAIN/admin/v1/export' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"orgIds": [
"119345938451786790",
"76693875574553926"
],
"excludedOrgIds": [
"string"
],
"withPasswords": true,
"withOtp": true,
"responseOutput": true,
"localOutput": {
"path": "string"
},
"s3Output": {
"path": "string",
"endpoint": "string",
"accessKeyId": "string",
"secretAccessKey": "string",
"ssl": true,
"bucket": "string"
},
"gcsOutput": {
"bucket": "zitadel-test-bucket",
"serviceaccountJson": "ewogICJ0eXFUJEfjjue9WFJishieWNjb3VudCIsCiAgInByb2plY3RfaWQiOiAiY2Fvcy0yNDA4MDkiLAogICJwcml2YXRlX2tleV9pZCI6ICJjMmFlYWQwZjYwODk5MGU4NzM0NjllYThiYWZlMjdhZGQ2YTAyMzY2IiwKICAicHJpdmF0ZV9rZXkiOiAiLS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tJFOgj8JeJFNOEFGQkFEQU5CZ2txaGtpRzl3MEJBUUVGQUFTQ0JLZ3dnZ1NrQWdFQUFvSUJBUUNZcHlqMDBqMnRCRThOXG5NYnNRSUk3dkhudG5oUW1QWThDcWZyTzduZXV1cHRuemphNGxJa0pLeDNmcFZFRDJUWXJySWUfh5JfsoixmXG42MTlTeTVLMWFYY05Xamx0Z1UyMVVvbjJLZzdBbi9BVWJkRDdvUUxaWER1MU0rV09nV0NndUlKZ0ZCNjhVaENnXG5acHBtR1FaeTNvNDJaYVFCTkdVRlprR1Z6UnNtU24zakdWZmNaU202YWJCTm9xaitucFVwMjJraDdkdurTJFISE55HVXZBVWs0cWErMXdnR1BlNlNET3Q4NUQ4WFZKV3Urblc2cTNwQjh0WllCMnJWMlpEcGEwK1NnUzBBYWczSXh1XG5COVpZdm14cVZqYjRYQ2h0a0NDTjRoS25GS1N5K09KdnJBcjZiSTZDek0rRzVYQW1HWUxHVGxpRUMwVUlCVXVlXG44U2llbHVVckFnTUJBQUVDZ2dFQUg0b1YrN00rZS9OU2MrcnM5OUdLUnB4WktkUENYR1pqUmJhazR1UW5jQy9ZXG5BeXFvS3RMdnVHeUsrV0huaEJ3VVVpMXg2TUM2SGtHc3lKL2tVNEpzL3Q5WjhoL01rclB1L3NJZGNBZFRnZmZwXG5qZ2I4Y1NqY29sVWNudjBvZGkrRDYrRURTdCtOVkNKdWZmMkU5QWhDblZRZk5OeitMQ09McGJoeFg0Wi9rQUx0XG5QeHI0TG5yd2VEUWxEcFBtdXhibGpoelJHbEhaVFd1YVRKSU9Lb29USzBXN21OK2lqUXp4c1pMYVFsQjkyanhlXG5VM3BGMFkzK2lIRW42SzBVb2RROHB0b2dld3NjMjFYTTZGbkVTMVB4OFBUWTNHWmVnZEd4eU5rVlVwdklEZkRjXG5RV3lBd2NyS28zenh5VUM4VkZrRFZjZitLSGM5U3NOSk9QWVJlYkQ5UlFLQmdRRFFjYTVWTWYybkx0WkNpc2M2XG5seExnNzAvNzVUekN1R2UvZ0JRVGkrUGk2L1lIWXViVGdPcEkwNkN3TndNOUlVOEIzd2pjWHNndGk3QmVqRmhxXG5PUFRiSS8zL0w2U3BMd2d0d1RmSDhwYlFaUVBCWVM2TmkzclV4OWpoa3Q3RzRGeDhHTnhNanRsZjFjK3ZEbE4rXG41d2p2dytLT2RyYnF4Tjk0a2VsazFETi9Od0tCZ1FDN2V2WXFGZ3QwMWVKOVg1NTdMUUp6ajBqcmYvYk1iYis2XG5PWkpHU2NXY1R2N3oxWEdsRTFEZmpXeDdkQ0tPNG5CbnA3THBDOFhCZUI2a1A2ekJRYk9tRmsvbWtnem1SU2F4XG5SZ2o2N3VzQUdsUzQycktMeUc3Y3c4ZHprL29TaWQ3cTdGaDEvb2hCZmRxYnVmdzdVY2FEMmJ6eUNpQjREdmw0XG5mRDJtRituN3JRS0JnUUNRRmVVQ016bzVkS0RiQW45Uk90anI3OEVFU0tQRm5oN3BPeW1sa1UrSHJzQTB2dUw4XG5WT0tlVU51RXM2SmpnVURSOUZCMXRIYi9OTTVIclEvNDdVSWtzUzZFVlhTbkZrRzdEeEwxL2ZUT1BPVnBxVG02XG4waTJvSkRVQlNMc0NFbGtiMXp1QkdFV2VmM2UrZEZLM0tCRC9YQktoaytKQlNyR0c4S1c2OHd4ZDVRS0JnUUNRXG5oanludXZDLzgzV3l3bmh3YWdVZXdsRXJRaTBsOEdEQmxVbitwellQeGhIaU5DTjBac3lNV1FCTXR2MUErcXcrXG5LOWZPc1VXVVhCMzY3aDhscDVsdXFucVR1dmo0dGt3YWttdXZ6V2daWHpMNmdaVHNEdW52ZzNrSXp3VVRMM2RKXG4wRUp0UzNjTVRaR3RSSlY5d1E5d2F2U3QvVUtFYXI3RHM3cnVoRGJhelFLQmdCOEQvbm83NXdISW9zd3p5bUo3XG43STNXekgzUzRsV2s2bUdMdjdlTnR3bFBPWVR6VHhyVFRtVzJHRDExNlhQRkQrbUFnanIwYlNzMDdJd2F5aytzXG5ZUmtGWmQ0emZnb2ZyVU1QS1d6WVBWS0RPOVNGMlFTU0V6SVNmU3p3SkZCWFp6d2pKeHdnbXIwbDR6aDJvZURTXG5iYXZOZDVvaHZNR05WZUZrKzVkZ3pKUEhcbi0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS1cbiIsCiAgImNsaWVudF9lbWFpbCI6ICJvcmJvcy1iZW56QGNhb3MtMjQwODA5LmlhbS5nc2VydmljZWFjY291bnQuY29tIiwKICAiY2xpZW50X2lkIjogIjExMzU0OTkwNDM2NjczMjE1MzM1NSIsCiAgImF1dGhfdXJpIjogImh0dHBzOi8vYWNjb3VudHMuZ29vZ2xlLmNvbS9vL29hdXRoMi9hdXRoIiwKICAidG9rZW5fdXJpIjogImh0dHBzOi8vb2F1dGgyLmdvb2dsZWFwaXMuY29tL3Rva2VuIiwKICAiYXV0aF9wcm92aWRlcl94NTA5X2NlcnRfdXJsIjogImh0dHBzOi8vd3d3Lmdvb2dsZWFwaXMuY29tL29hdXRoMi92MS9jZXJ0cyIsCiAgImNsaWVudF94NTA5X2NlcnRfdXJsIjogImh0dHBzOi8vd3d3Lmdvb2dsZWFwaXMuY29tL3JvYm90L3YxL21ldGFkYXRhL3g1MDkvb3Jib3MtYmVueiU0MGNhb3MtMjQwODA5LmlhbS5nc2VydmljZWFjY291bnQuY29tIgp9Cg==",
"path": "my_export_file.json"
},
"timeout": "30m"
}'
csharp / RestSharp
curl -L -X POST 'https://$CUSTOM-DOMAIN/admin/v1/export' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"orgIds": [
"119345938451786790",
"76693875574553926"
],
"excludedOrgIds": [
"string"
],
"withPasswords": true,
"withOtp": true,
"responseOutput": true,
"localOutput": {
"path": "string"
},
"s3Output": {
"path": "string",
"endpoint": "string",
"accessKeyId": "string",
"secretAccessKey": "string",
"ssl": true,
"bucket": "string"
},
"gcsOutput": {
"bucket": "zitadel-test-bucket",
"serviceaccountJson": "ewogICJ0eXFUJEfjjue9WFJishieWNjb3VudCIsCiAgInByb2plY3RfaWQiOiAiY2Fvcy0yNDA4MDkiLAogICJwcml2YXRlX2tleV9pZCI6ICJjMmFlYWQwZjYwODk5MGU4NzM0NjllYThiYWZlMjdhZGQ2YTAyMzY2IiwKICAicHJpdmF0ZV9rZXkiOiAiLS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tJFOgj8JeJFNOEFGQkFEQU5CZ2txaGtpRzl3MEJBUUVGQUFTQ0JLZ3dnZ1NrQWdFQUFvSUJBUUNZcHlqMDBqMnRCRThOXG5NYnNRSUk3dkhudG5oUW1QWThDcWZyTzduZXV1cHRuemphNGxJa0pLeDNmcFZFRDJUWXJySWUfh5JfsoixmXG42MTlTeTVLMWFYY05Xamx0Z1UyMVVvbjJLZzdBbi9BVWJkRDdvUUxaWER1MU0rV09nV0NndUlKZ0ZCNjhVaENnXG5acHBtR1FaeTNvNDJaYVFCTkdVRlprR1Z6UnNtU24zakdWZmNaU202YWJCTm9xaitucFVwMjJraDdkdurTJFISE55HVXZBVWs0cWErMXdnR1BlNlNET3Q4NUQ4WFZKV3Urblc2cTNwQjh0WllCMnJWMlpEcGEwK1NnUzBBYWczSXh1XG5COVpZdm14cVZqYjRYQ2h0a0NDTjRoS25GS1N5K09KdnJBcjZiSTZDek0rRzVYQW1HWUxHVGxpRUMwVUlCVXVlXG44U2llbHVVckFnTUJBQUVDZ2dFQUg0b1YrN00rZS9OU2MrcnM5OUdLUnB4WktkUENYR1pqUmJhazR1UW5jQy9ZXG5BeXFvS3RMdnVHeUsrV0huaEJ3VVVpMXg2TUM2SGtHc3lKL2tVNEpzL3Q5WjhoL01rclB1L3NJZGNBZFRnZmZwXG5qZ2I4Y1NqY29sVWNudjBvZGkrRDYrRURTdCtOVkNKdWZmMkU5QWhDblZRZk5OeitMQ09McGJoeFg0Wi9rQUx0XG5QeHI0TG5yd2VEUWxEcFBtdXhibGpoelJHbEhaVFd1YVRKSU9Lb29USzBXN21OK2lqUXp4c1pMYVFsQjkyanhlXG5VM3BGMFkzK2lIRW42SzBVb2RROHB0b2dld3NjMjFYTTZGbkVTMVB4OFBUWTNHWmVnZEd4eU5rVlVwdklEZkRjXG5RV3lBd2NyS28zenh5VUM4VkZrRFZjZitLSGM5U3NOSk9QWVJlYkQ5UlFLQmdRRFFjYTVWTWYybkx0WkNpc2M2XG5seExnNzAvNzVUekN1R2UvZ0JRVGkrUGk2L1lIWXViVGdPcEkwNkN3TndNOUlVOEIzd2pjWHNndGk3QmVqRmhxXG5PUFRiSS8zL0w2U3BMd2d0d1RmSDhwYlFaUVBCWVM2TmkzclV4OWpoa3Q3RzRGeDhHTnhNanRsZjFjK3ZEbE4rXG41d2p2dytLT2RyYnF4Tjk0a2VsazFETi9Od0tCZ1FDN2V2WXFGZ3QwMWVKOVg1NTdMUUp6ajBqcmYvYk1iYis2XG5PWkpHU2NXY1R2N3oxWEdsRTFEZmpXeDdkQ0tPNG5CbnA3THBDOFhCZUI2a1A2ekJRYk9tRmsvbWtnem1SU2F4XG5SZ2o2N3VzQUdsUzQycktMeUc3Y3c4ZHprL29TaWQ3cTdGaDEvb2hCZmRxYnVmdzdVY2FEMmJ6eUNpQjREdmw0XG5mRDJtRituN3JRS0JnUUNRRmVVQ016bzVkS0RiQW45Uk90anI3OEVFU0tQRm5oN3BPeW1sa1UrSHJzQTB2dUw4XG5WT0tlVU51RXM2SmpnVURSOUZCMXRIYi9OTTVIclEvNDdVSWtzUzZFVlhTbkZrRzdEeEwxL2ZUT1BPVnBxVG02XG4waTJvSkRVQlNMc0NFbGtiMXp1QkdFV2VmM2UrZEZLM0tCRC9YQktoaytKQlNyR0c4S1c2OHd4ZDVRS0JnUUNRXG5oanludXZDLzgzV3l3bmh3YWdVZXdsRXJRaTBsOEdEQmxVbitwellQeGhIaU5DTjBac3lNV1FCTXR2MUErcXcrXG5LOWZPc1VXVVhCMzY3aDhscDVsdXFucVR1dmo0dGt3YWttdXZ6V2daWHpMNmdaVHNEdW52ZzNrSXp3VVRMM2RKXG4wRUp0UzNjTVRaR3RSSlY5d1E5d2F2U3QvVUtFYXI3RHM3cnVoRGJhelFLQmdCOEQvbm83NXdISW9zd3p5bUo3XG43STNXekgzUzRsV2s2bUdMdjdlTnR3bFBPWVR6VHhyVFRtVzJHRDExNlhQRkQrbUFnanIwYlNzMDdJd2F5aytzXG5ZUmtGWmQ0emZnb2ZyVU1QS1d6WVBWS0RPOVNGMlFTU0V6SVNmU3p3SkZCWFp6d2pKeHdnbXIwbDR6aDJvZURTXG5iYXZOZDVvaHZNR05WZUZrKzVkZ3pKUEhcbi0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS1cbiIsCiAgImNsaWVudF9lbWFpbCI6ICJvcmJvcy1iZW56QGNhb3MtMjQwODA5LmlhbS5nc2VydmljZWFjY291bnQuY29tIiwKICAiY2xpZW50X2lkIjogIjExMzU0OTkwNDM2NjczMjE1MzM1NSIsCiAgImF1dGhfdXJpIjogImh0dHBzOi8vYWNjb3VudHMuZ29vZ2xlLmNvbS9vL29hdXRoMi9hdXRoIiwKICAidG9rZW5fdXJpIjogImh0dHBzOi8vb2F1dGgyLmdvb2dsZWFwaXMuY29tL3Rva2VuIiwKICAiYXV0aF9wcm92aWRlcl94NTA5X2NlcnRfdXJsIjogImh0dHBzOi8vd3d3Lmdvb2dsZWFwaXMuY29tL29hdXRoMi92MS9jZXJ0cyIsCiAgImNsaWVudF94NTA5X2NlcnRfdXJsIjogImh0dHBzOi8vd3d3Lmdvb2dsZWFwaXMuY29tL3JvYm90L3YxL21ldGFkYXRhL3g1MDkvb3Jib3MtYmVueiU0MGNhb3MtMjQwODA5LmlhbS5nc2VydmljZWFjY291bnQuY29tIgp9Cg==",
"path": "my_export_file.json"
},
"timeout": "30m"
}'
php / cURL
curl -L -X POST 'https://$CUSTOM-DOMAIN/admin/v1/export' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"orgIds": [
"119345938451786790",
"76693875574553926"
],
"excludedOrgIds": [
"string"
],
"withPasswords": true,
"withOtp": true,
"responseOutput": true,
"localOutput": {
"path": "string"
},
"s3Output": {
"path": "string",
"endpoint": "string",
"accessKeyId": "string",
"secretAccessKey": "string",
"ssl": true,
"bucket": "string"
},
"gcsOutput": {
"bucket": "zitadel-test-bucket",
"serviceaccountJson": "ewogICJ0eXFUJEfjjue9WFJishieWNjb3VudCIsCiAgInByb2plY3RfaWQiOiAiY2Fvcy0yNDA4MDkiLAogICJwcml2YXRlX2tleV9pZCI6ICJjMmFlYWQwZjYwODk5MGU4NzM0NjllYThiYWZlMjdhZGQ2YTAyMzY2IiwKICAicHJpdmF0ZV9rZXkiOiAiLS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tJFOgj8JeJFNOEFGQkFEQU5CZ2txaGtpRzl3MEJBUUVGQUFTQ0JLZ3dnZ1NrQWdFQUFvSUJBUUNZcHlqMDBqMnRCRThOXG5NYnNRSUk3dkhudG5oUW1QWThDcWZyTzduZXV1cHRuemphNGxJa0pLeDNmcFZFRDJUWXJySWUfh5JfsoixmXG42MTlTeTVLMWFYY05Xamx0Z1UyMVVvbjJLZzdBbi9BVWJkRDdvUUxaWER1MU0rV09nV0NndUlKZ0ZCNjhVaENnXG5acHBtR1FaeTNvNDJaYVFCTkdVRlprR1Z6UnNtU24zakdWZmNaU202YWJCTm9xaitucFVwMjJraDdkdurTJFISE55HVXZBVWs0cWErMXdnR1BlNlNET3Q4NUQ4WFZKV3Urblc2cTNwQjh0WllCMnJWMlpEcGEwK1NnUzBBYWczSXh1XG5COVpZdm14cVZqYjRYQ2h0a0NDTjRoS25GS1N5K09KdnJBcjZiSTZDek0rRzVYQW1HWUxHVGxpRUMwVUlCVXVlXG44U2llbHVVckFnTUJBQUVDZ2dFQUg0b1YrN00rZS9OU2MrcnM5OUdLUnB4WktkUENYR1pqUmJhazR1UW5jQy9ZXG5BeXFvS3RMdnVHeUsrV0huaEJ3VVVpMXg2TUM2SGtHc3lKL2tVNEpzL3Q5WjhoL01rclB1L3NJZGNBZFRnZmZwXG5qZ2I4Y1NqY29sVWNudjBvZGkrRDYrRURTdCtOVkNKdWZmMkU5QWhDblZRZk5OeitMQ09McGJoeFg0Wi9rQUx0XG5QeHI0TG5yd2VEUWxEcFBtdXhibGpoelJHbEhaVFd1YVRKSU9Lb29USzBXN21OK2lqUXp4c1pMYVFsQjkyanhlXG5VM3BGMFkzK2lIRW42SzBVb2RROHB0b2dld3NjMjFYTTZGbkVTMVB4OFBUWTNHWmVnZEd4eU5rVlVwdklEZkRjXG5RV3lBd2NyS28zenh5VUM4VkZrRFZjZitLSGM5U3NOSk9QWVJlYkQ5UlFLQmdRRFFjYTVWTWYybkx0WkNpc2M2XG5seExnNzAvNzVUekN1R2UvZ0JRVGkrUGk2L1lIWXViVGdPcEkwNkN3TndNOUlVOEIzd2pjWHNndGk3QmVqRmhxXG5PUFRiSS8zL0w2U3BMd2d0d1RmSDhwYlFaUVBCWVM2TmkzclV4OWpoa3Q3RzRGeDhHTnhNanRsZjFjK3ZEbE4rXG41d2p2dytLT2RyYnF4Tjk0a2VsazFETi9Od0tCZ1FDN2V2WXFGZ3QwMWVKOVg1NTdMUUp6ajBqcmYvYk1iYis2XG5PWkpHU2NXY1R2N3oxWEdsRTFEZmpXeDdkQ0tPNG5CbnA3THBDOFhCZUI2a1A2ekJRYk9tRmsvbWtnem1SU2F4XG5SZ2o2N3VzQUdsUzQycktMeUc3Y3c4ZHprL29TaWQ3cTdGaDEvb2hCZmRxYnVmdzdVY2FEMmJ6eUNpQjREdmw0XG5mRDJtRituN3JRS0JnUUNRRmVVQ016bzVkS0RiQW45Uk90anI3OEVFU0tQRm5oN3BPeW1sa1UrSHJzQTB2dUw4XG5WT0tlVU51RXM2SmpnVURSOUZCMXRIYi9OTTVIclEvNDdVSWtzUzZFVlhTbkZrRzdEeEwxL2ZUT1BPVnBxVG02XG4waTJvSkRVQlNMc0NFbGtiMXp1QkdFV2VmM2UrZEZLM0tCRC9YQktoaytKQlNyR0c4S1c2OHd4ZDVRS0JnUUNRXG5oanludXZDLzgzV3l3bmh3YWdVZXdsRXJRaTBsOEdEQmxVbitwellQeGhIaU5DTjBac3lNV1FCTXR2MUErcXcrXG5LOWZPc1VXVVhCMzY3aDhscDVsdXFucVR1dmo0dGt3YWttdXZ6V2daWHpMNmdaVHNEdW52ZzNrSXp3VVRMM2RKXG4wRUp0UzNjTVRaR3RSSlY5d1E5d2F2U3QvVUtFYXI3RHM3cnVoRGJhelFLQmdCOEQvbm83NXdISW9zd3p5bUo3XG43STNXekgzUzRsV2s2bUdMdjdlTnR3bFBPWVR6VHhyVFRtVzJHRDExNlhQRkQrbUFnanIwYlNzMDdJd2F5aytzXG5ZUmtGWmQ0emZnb2ZyVU1QS1d6WVBWS0RPOVNGMlFTU0V6SVNmU3p3SkZCWFp6d2pKeHdnbXIwbDR6aDJvZURTXG5iYXZOZDVvaHZNR05WZUZrKzVkZ3pKUEhcbi0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS1cbiIsCiAgImNsaWVudF9lbWFpbCI6ICJvcmJvcy1iZW56QGNhb3MtMjQwODA5LmlhbS5nc2VydmljZWFjY291bnQuY29tIiwKICAiY2xpZW50X2lkIjogIjExMzU0OTkwNDM2NjczMjE1MzM1NSIsCiAgImF1dGhfdXJpIjogImh0dHBzOi8vYWNjb3VudHMuZ29vZ2xlLmNvbS9vL29hdXRoMi9hdXRoIiwKICAidG9rZW5fdXJpIjogImh0dHBzOi8vb2F1dGgyLmdvb2dsZWFwaXMuY29tL3Rva2VuIiwKICAiYXV0aF9wcm92aWRlcl94NTA5X2NlcnRfdXJsIjogImh0dHBzOi8vd3d3Lmdvb2dsZWFwaXMuY29tL29hdXRoMi92MS9jZXJ0cyIsCiAgImNsaWVudF94NTA5X2NlcnRfdXJsIjogImh0dHBzOi8vd3d3Lmdvb2dsZWFwaXMuY29tL3JvYm90L3YxL21ldGFkYXRhL3g1MDkvb3Jib3MtYmVueiU0MGNhb3MtMjQwODA5LmlhbS5nc2VydmljZWFjY291bnQuY29tIgp9Cg==",
"path": "my_export_file.json"
},
"timeout": "30m"
}'
java / OkHttp
curl -L -X POST 'https://$CUSTOM-DOMAIN/admin/v1/export' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"orgIds": [
"119345938451786790",
"76693875574553926"
],
"excludedOrgIds": [
"string"
],
"withPasswords": true,
"withOtp": true,
"responseOutput": true,
"localOutput": {
"path": "string"
},
"s3Output": {
"path": "string",
"endpoint": "string",
"accessKeyId": "string",
"secretAccessKey": "string",
"ssl": true,
"bucket": "string"
},
"gcsOutput": {
"bucket": "zitadel-test-bucket",
"serviceaccountJson": "ewogICJ0eXFUJEfjjue9WFJishieWNjb3VudCIsCiAgInByb2plY3RfaWQiOiAiY2Fvcy0yNDA4MDkiLAogICJwcml2YXRlX2tleV9pZCI6ICJjMmFlYWQwZjYwODk5MGU4NzM0NjllYThiYWZlMjdhZGQ2YTAyMzY2IiwKICAicHJpdmF0ZV9rZXkiOiAiLS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tJFOgj8JeJFNOEFGQkFEQU5CZ2txaGtpRzl3MEJBUUVGQUFTQ0JLZ3dnZ1NrQWdFQUFvSUJBUUNZcHlqMDBqMnRCRThOXG5NYnNRSUk3dkhudG5oUW1QWThDcWZyTzduZXV1cHRuemphNGxJa0pLeDNmcFZFRDJUWXJySWUfh5JfsoixmXG42MTlTeTVLMWFYY05Xamx0Z1UyMVVvbjJLZzdBbi9BVWJkRDdvUUxaWER1MU0rV09nV0NndUlKZ0ZCNjhVaENnXG5acHBtR1FaeTNvNDJaYVFCTkdVRlprR1Z6UnNtU24zakdWZmNaU202YWJCTm9xaitucFVwMjJraDdkdurTJFISE55HVXZBVWs0cWErMXdnR1BlNlNET3Q4NUQ4WFZKV3Urblc2cTNwQjh0WllCMnJWMlpEcGEwK1NnUzBBYWczSXh1XG5COVpZdm14cVZqYjRYQ2h0a0NDTjRoS25GS1N5K09KdnJBcjZiSTZDek0rRzVYQW1HWUxHVGxpRUMwVUlCVXVlXG44U2llbHVVckFnTUJBQUVDZ2dFQUg0b1YrN00rZS9OU2MrcnM5OUdLUnB4WktkUENYR1pqUmJhazR1UW5jQy9ZXG5BeXFvS3RMdnVHeUsrV0huaEJ3VVVpMXg2TUM2SGtHc3lKL2tVNEpzL3Q5WjhoL01rclB1L3NJZGNBZFRnZmZwXG5qZ2I4Y1NqY29sVWNudjBvZGkrRDYrRURTdCtOVkNKdWZmMkU5QWhDblZRZk5OeitMQ09McGJoeFg0Wi9rQUx0XG5QeHI0TG5yd2VEUWxEcFBtdXhibGpoelJHbEhaVFd1YVRKSU9Lb29USzBXN21OK2lqUXp4c1pMYVFsQjkyanhlXG5VM3BGMFkzK2lIRW42SzBVb2RROHB0b2dld3NjMjFYTTZGbkVTMVB4OFBUWTNHWmVnZEd4eU5rVlVwdklEZkRjXG5RV3lBd2NyS28zenh5VUM4VkZrRFZjZitLSGM5U3NOSk9QWVJlYkQ5UlFLQmdRRFFjYTVWTWYybkx0WkNpc2M2XG5seExnNzAvNzVUekN1R2UvZ0JRVGkrUGk2L1lIWXViVGdPcEkwNkN3TndNOUlVOEIzd2pjWHNndGk3QmVqRmhxXG5PUFRiSS8zL0w2U3BMd2d0d1RmSDhwYlFaUVBCWVM2TmkzclV4OWpoa3Q3RzRGeDhHTnhNanRsZjFjK3ZEbE4rXG41d2p2dytLT2RyYnF4Tjk0a2VsazFETi9Od0tCZ1FDN2V2WXFGZ3QwMWVKOVg1NTdMUUp6ajBqcmYvYk1iYis2XG5PWkpHU2NXY1R2N3oxWEdsRTFEZmpXeDdkQ0tPNG5CbnA3THBDOFhCZUI2a1A2ekJRYk9tRmsvbWtnem1SU2F4XG5SZ2o2N3VzQUdsUzQycktMeUc3Y3c4ZHprL29TaWQ3cTdGaDEvb2hCZmRxYnVmdzdVY2FEMmJ6eUNpQjREdmw0XG5mRDJtRituN3JRS0JnUUNRRmVVQ016bzVkS0RiQW45Uk90anI3OEVFU0tQRm5oN3BPeW1sa1UrSHJzQTB2dUw4XG5WT0tlVU51RXM2SmpnVURSOUZCMXRIYi9OTTVIclEvNDdVSWtzUzZFVlhTbkZrRzdEeEwxL2ZUT1BPVnBxVG02XG4waTJvSkRVQlNMc0NFbGtiMXp1QkdFV2VmM2UrZEZLM0tCRC9YQktoaytKQlNyR0c4S1c2OHd4ZDVRS0JnUUNRXG5oanludXZDLzgzV3l3bmh3YWdVZXdsRXJRaTBsOEdEQmxVbitwellQeGhIaU5DTjBac3lNV1FCTXR2MUErcXcrXG5LOWZPc1VXVVhCMzY3aDhscDVsdXFucVR1dmo0dGt3YWttdXZ6V2daWHpMNmdaVHNEdW52ZzNrSXp3VVRMM2RKXG4wRUp0UzNjTVRaR3RSSlY5d1E5d2F2U3QvVUtFYXI3RHM3cnVoRGJhelFLQmdCOEQvbm83NXdISW9zd3p5bUo3XG43STNXekgzUzRsV2s2bUdMdjdlTnR3bFBPWVR6VHhyVFRtVzJHRDExNlhQRkQrbUFnanIwYlNzMDdJd2F5aytzXG5ZUmtGWmQ0emZnb2ZyVU1QS1d6WVBWS0RPOVNGMlFTU0V6SVNmU3p3SkZCWFp6d2pKeHdnbXIwbDR6aDJvZURTXG5iYXZOZDVvaHZNR05WZUZrKzVkZ3pKUEhcbi0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS1cbiIsCiAgImNsaWVudF9lbWFpbCI6ICJvcmJvcy1iZW56QGNhb3MtMjQwODA5LmlhbS5nc2VydmljZWFjY291bnQuY29tIiwKICAiY2xpZW50X2lkIjogIjExMzU0OTkwNDM2NjczMjE1MzM1NSIsCiAgImF1dGhfdXJpIjogImh0dHBzOi8vYWNjb3VudHMuZ29vZ2xlLmNvbS9vL29hdXRoMi9hdXRoIiwKICAidG9rZW5fdXJpIjogImh0dHBzOi8vb2F1dGgyLmdvb2dsZWFwaXMuY29tL3Rva2VuIiwKICAiYXV0aF9wcm92aWRlcl94NTA5X2NlcnRfdXJsIjogImh0dHBzOi8vd3d3Lmdvb2dsZWFwaXMuY29tL29hdXRoMi92MS9jZXJ0cyIsCiAgImNsaWVudF94NTA5X2NlcnRfdXJsIjogImh0dHBzOi8vd3d3Lmdvb2dsZWFwaXMuY29tL3JvYm90L3YxL21ldGFkYXRhL3g1MDkvb3Jib3MtYmVueiU0MGNhb3MtMjQwODA5LmlhbS5nc2VydmljZWFjY291bnQuY29tIgp9Cg==",
"path": "my_export_file.json"
},
"timeout": "30m"
}'
powershell / RestMethod
curl -L -X POST 'https://$CUSTOM-DOMAIN/admin/v1/export' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"orgIds": [
"119345938451786790",
"76693875574553926"
],
"excludedOrgIds": [
"string"
],
"withPasswords": true,
"withOtp": true,
"responseOutput": true,
"localOutput": {
"path": "string"
},
"s3Output": {
"path": "string",
"endpoint": "string",
"accessKeyId": "string",
"secretAccessKey": "string",
"ssl": true,
"bucket": "string"
},
"gcsOutput": {
"bucket": "zitadel-test-bucket",
"serviceaccountJson": "ewogICJ0eXFUJEfjjue9WFJishieWNjb3VudCIsCiAgInByb2plY3RfaWQiOiAiY2Fvcy0yNDA4MDkiLAogICJwcml2YXRlX2tleV9pZCI6ICJjMmFlYWQwZjYwODk5MGU4NzM0NjllYThiYWZlMjdhZGQ2YTAyMzY2IiwKICAicHJpdmF0ZV9rZXkiOiAiLS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tJFOgj8JeJFNOEFGQkFEQU5CZ2txaGtpRzl3MEJBUUVGQUFTQ0JLZ3dnZ1NrQWdFQUFvSUJBUUNZcHlqMDBqMnRCRThOXG5NYnNRSUk3dkhudG5oUW1QWThDcWZyTzduZXV1cHRuemphNGxJa0pLeDNmcFZFRDJUWXJySWUfh5JfsoixmXG42MTlTeTVLMWFYY05Xamx0Z1UyMVVvbjJLZzdBbi9BVWJkRDdvUUxaWER1MU0rV09nV0NndUlKZ0ZCNjhVaENnXG5acHBtR1FaeTNvNDJaYVFCTkdVRlprR1Z6UnNtU24zakdWZmNaU202YWJCTm9xaitucFVwMjJraDdkdurTJFISE55HVXZBVWs0cWErMXdnR1BlNlNET3Q4NUQ4WFZKV3Urblc2cTNwQjh0WllCMnJWMlpEcGEwK1NnUzBBYWczSXh1XG5COVpZdm14cVZqYjRYQ2h0a0NDTjRoS25GS1N5K09KdnJBcjZiSTZDek0rRzVYQW1HWUxHVGxpRUMwVUlCVXVlXG44U2llbHVVckFnTUJBQUVDZ2dFQUg0b1YrN00rZS9OU2MrcnM5OUdLUnB4WktkUENYR1pqUmJhazR1UW5jQy9ZXG5BeXFvS3RMdnVHeUsrV0huaEJ3VVVpMXg2TUM2SGtHc3lKL2tVNEpzL3Q5WjhoL01rclB1L3NJZGNBZFRnZmZwXG5qZ2I4Y1NqY29sVWNudjBvZGkrRDYrRURTdCtOVkNKdWZmMkU5QWhDblZRZk5OeitMQ09McGJoeFg0Wi9rQUx0XG5QeHI0TG5yd2VEUWxEcFBtdXhibGpoelJHbEhaVFd1YVRKSU9Lb29USzBXN21OK2lqUXp4c1pMYVFsQjkyanhlXG5VM3BGMFkzK2lIRW42SzBVb2RROHB0b2dld3NjMjFYTTZGbkVTMVB4OFBUWTNHWmVnZEd4eU5rVlVwdklEZkRjXG5RV3lBd2NyS28zenh5VUM4VkZrRFZjZitLSGM5U3NOSk9QWVJlYkQ5UlFLQmdRRFFjYTVWTWYybkx0WkNpc2M2XG5seExnNzAvNzVUekN1R2UvZ0JRVGkrUGk2L1lIWXViVGdPcEkwNkN3TndNOUlVOEIzd2pjWHNndGk3QmVqRmhxXG5PUFRiSS8zL0w2U3BMd2d0d1RmSDhwYlFaUVBCWVM2TmkzclV4OWpoa3Q3RzRGeDhHTnhNanRsZjFjK3ZEbE4rXG41d2p2dytLT2RyYnF4Tjk0a2VsazFETi9Od0tCZ1FDN2V2WXFGZ3QwMWVKOVg1NTdMUUp6ajBqcmYvYk1iYis2XG5PWkpHU2NXY1R2N3oxWEdsRTFEZmpXeDdkQ0tPNG5CbnA3THBDOFhCZUI2a1A2ekJRYk9tRmsvbWtnem1SU2F4XG5SZ2o2N3VzQUdsUzQycktMeUc3Y3c4ZHprL29TaWQ3cTdGaDEvb2hCZmRxYnVmdzdVY2FEMmJ6eUNpQjREdmw0XG5mRDJtRituN3JRS0JnUUNRRmVVQ016bzVkS0RiQW45Uk90anI3OEVFU0tQRm5oN3BPeW1sa1UrSHJzQTB2dUw4XG5WT0tlVU51RXM2SmpnVURSOUZCMXRIYi9OTTVIclEvNDdVSWtzUzZFVlhTbkZrRzdEeEwxL2ZUT1BPVnBxVG02XG4waTJvSkRVQlNMc0NFbGtiMXp1QkdFV2VmM2UrZEZLM0tCRC9YQktoaytKQlNyR0c4S1c2OHd4ZDVRS0JnUUNRXG5oanludXZDLzgzV3l3bmh3YWdVZXdsRXJRaTBsOEdEQmxVbitwellQeGhIaU5DTjBac3lNV1FCTXR2MUErcXcrXG5LOWZPc1VXVVhCMzY3aDhscDVsdXFucVR1dmo0dGt3YWttdXZ6V2daWHpMNmdaVHNEdW52ZzNrSXp3VVRMM2RKXG4wRUp0UzNjTVRaR3RSSlY5d1E5d2F2U3QvVUtFYXI3RHM3cnVoRGJhelFLQmdCOEQvbm83NXdISW9zd3p5bUo3XG43STNXekgzUzRsV2s2bUdMdjdlTnR3bFBPWVR6VHhyVFRtVzJHRDExNlhQRkQrbUFnanIwYlNzMDdJd2F5aytzXG5ZUmtGWmQ0emZnb2ZyVU1QS1d6WVBWS0RPOVNGMlFTU0V6SVNmU3p3SkZCWFp6d2pKeHdnbXIwbDR6aDJvZURTXG5iYXZOZDVvaHZNR05WZUZrKzVkZ3pKUEhcbi0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS1cbiIsCiAgImNsaWVudF9lbWFpbCI6ICJvcmJvcy1iZW56QGNhb3MtMjQwODA5LmlhbS5nc2VydmljZWFjY291bnQuY29tIiwKICAiY2xpZW50X2lkIjogIjExMzU0OTkwNDM2NjczMjE1MzM1NSIsCiAgImF1dGhfdXJpIjogImh0dHBzOi8vYWNjb3VudHMuZ29vZ2xlLmNvbS9vL29hdXRoMi9hdXRoIiwKICAidG9rZW5fdXJpIjogImh0dHBzOi8vb2F1dGgyLmdvb2dsZWFwaXMuY29tL3Rva2VuIiwKICAiYXV0aF9wcm92aWRlcl94NTA5X2NlcnRfdXJsIjogImh0dHBzOi8vd3d3Lmdvb2dsZWFwaXMuY29tL29hdXRoMi92MS9jZXJ0cyIsCiAgImNsaWVudF94NTA5X2NlcnRfdXJsIjogImh0dHBzOi8vd3d3Lmdvb2dsZWFwaXMuY29tL3JvYm90L3YxL21ldGFkYXRhL3g1MDkvb3Jib3MtYmVueiU0MGNhb3MtMjQwODA5LmlhbS5nc2VydmljZWFjY291bnQuY29tIgp9Cg==",
"path": "my_export_file.json"
},
"timeout": "30m"
}'