Skip to Content

POST /profile/create

Create Profile

Create profiles using composable infra architecture.

Request Body (CreateProfileApiRequest)

FieldTypeRequiredDescription
profilesCreateProfileItem[]YesList of profiles to create
idempotency_keystringNoOperation key for ack — promotes or rejects a dormant create
softbooleanNoStage the create dormant (active=False) — propose; the ack ({idempotency_key, accept}) promotes/rejects it
acceptbooleanNoAccept (promote) or reject dormant state. Only meaningful with idempotency_key

Response (CreateProfileApiResponse)

FieldTypeRequiredDescription
resultsProfileResultItem[]YesPer-item creation results
idempotency_keystringNoIdempotency key echoed back for client correlation
profilesListProfilesApiProfile[]NoHydrated rows for the successfully-created profiles (mirrors /profile/search shape)
Last updated on