v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Change identifier on Auth engine

This API enables you to change identifier values in the Auth engine database.

post/auth/v1/user/updateIdentifierValue

Request body

newIdentifierValuestring required

New identifier value for the selected identifier type.

identifierType'MOBILE' | 'EMAIL' required

Identifier type of the customer.

identifierValuestring required

Old identifier value for the selected identifier type.

brandstring required

Organisation name.

tokenstring required

Token generated using auth/v1/web/token/generate

deviceIdstring required

Unique ID of the device from which the customer has generated the token.

Response

200

Example response

{
  "status": {
    "success": true,
    "code": 200,
    "message": "SUCCESS"
  }
}