axonpush
API referenceOrganization

POST /organizations/{orgId}/transfer-ownership

POST
/organizations/{orgId}/transfer-ownership

Path Parameters

orgId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/problem+json

curl -X POST "https://example.com/organizations/string/transfer-ownership" \  -H "Content-Type: application/json" \  -d '{    "userId": "string"  }'
{  "$schema": "https://example.com/schemas/OkOutputBody.json",  "ok": true}