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>Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
Responses
Section titled “ Responses ”Durable identifier replacement operation response.
Media type application/json
object
operation
required
object
id
required
string
state
required
string
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
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
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"}