Skip to content

Read the current user's email replacement operation.

GET
/api/account/identifier-replacements/{id}
Code sample: Shell / cURL
curl --request GET \
--url https://auth.example.com/api/account/identifier-replacements/example \
--cookie authrim_session=<authrim_session>
id
required
string

Durable identifier replacement operation response.

Media type application/json
object
operation
required
object
id
required
string
state
required
string
Allowed values: processing directory_pending authoritative_switch_pending authoritative_switched revocation_pending completed blocked_forward_repair canceled
status_url
string
error_code
string | null
created_at
integer
updated_at
integer
completed_at
integer | null
key
additional properties
key
additional properties
Example
{
"operation": {
"state": "processing"
}
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
error_code

Stable Authrim error category that can be provided to support.

string
/^AR[0-9]{6}$/
error_id

Opaque occurrence identifier that can be provided to support for correlation.

string format: uuid
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example",
"error_code": "example",
"error_id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
error_code

Stable Authrim error category that can be provided to support.

string
/^AR[0-9]{6}$/
error_id

Opaque occurrence identifier that can be provided to support for correlation.

string format: uuid
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example",
"error_code": "example",
"error_id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0"
}