Update Identifier

PUT https://{{axpAPIDomain}}/api/journey/v1/accounts/:accountId/identifiers/:identifierId

This API requires the Account Administrator role.

Updates an existing identifier.

The name of the identifier must be unique for the Account, attempts to create duplicate identifiers will be rejected.

Request Body

{"identifierStrength"=>"STRONG", "name"=>"emailAddresses", "displayName"=>"E-Mail addresses"}

HEADERS

KeyDatatypeRequiredDescription
appkeystring
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"identifierId":"feb2cc8d-696f-409e-97ce-4d122a685a42","identifierStrength":"STRONG","name":"emailAddresses","displayName":"E-Mail addresses","url":"https://example.avayacloud.com/api/journey/v1/accounts/JDBUTC/identifiers/feb2cc8d-696f-409e-97ce-4d122a685a42"}