CreateAction
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://loading/actions" \ -H "Content-Type: application/json" \ -d '{ "name": "string", "script": "string" }'{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
},
"id": "string"
}Was this page helpful?
Create/Import User (Human)
Create/Import User (Human): Deprecated: use [user service v2 UpdateHumanUser](/reference/api/user/zitadel.user.v2.UserService.UpdateHumanUser) instead. Create/import a new user. The newly created user will get an initializati...
Deactivate Application
Deactivate Application: Deprecated: Use [DeactivateApplication](/reference/api/application/zitadel.application.v2.ApplicationService.DeactivateApplication) instead to deactivate an app. Set the state of an application to ...