Skip to content

Resume a blocked email replacement operation.

POST
/api/admin/users/{id}/identifier-replacements/{operationId}/resume
Code sample: Shell / cURL
curl --request POST \
--url https://auth.example.com/api/admin/users/example/identifier-replacements/example/resume \
--header 'Authorization: Bearer <token>'

Atomically requeue only a blocked forward-repair operation in the selected tenant and account, then invoke the same idempotent coordinator used by automatic recovery. Other states and cross-scope identifiers return a fixed conflict response.

id
required
string
operationId
required
string
/^identifier-replacement:[a-f0-9-]{36}$/
X-Tenant-Id
string

Tenant selector for multi-tenant admin requests.

Resume was accepted and automatic forward repair was attempted.

Media type application/json
object
operation_id
required
string
state
required
string
attention_required
required
boolean
Example generated
{
"operation_id": "example",
"state": "example",
"attention_required": true
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}