externalId
with customerNumber
in Connect.curl --location --request POST 'https://api.mediaconnect.no/capi/v1/client/extid/customer' \
--header 'Content-Type: application/json' \
--data-raw '{
"externalId": "59cb6372-d3db-11e5-ab30-625662870761",
"credentialType": "D",
"customerNumber": 327492
}'
{
"credential": "AID:59cb6372-d3db-11e5-ab30-625662870761",
"externalId": "59cb6372-d3db-11e5-ab30-625662870761",
"credentialType": "D",
"canLogin": false,
"uniqueId": "681b86aac2cf44ecb13eeb48cb3a7b7d",
"enabled": false,
"newUser": true,
"extidCode": "eyJhbGciOiJIUzUxMiJ9.....eyJjdCI6IkRfQ"
}