v1

latestOpenAPI 3.0.02026-07-26318168886.7 KB
Multipass Linking
private

Update multipass linking for customer

Update customer's active linking record used for multipass login

post/multipass/customers/{customer_id}/linkings

Path parameters

customer_idstring required
Example:67b599ce5890fa0032f86937

Unique ID of customer, only update the active linking of the customer

Request body

substring

New identifier mapping for customer, allow regex ^[a-zA-Z0-9.-@+ _]+$

Example request

{
  "sub": "second-oa-created-customer"
}

Response

Success Update

messagestring

Example response

{
  "message": "Success"
}