Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description 

 Assigns a DID to a Client

Parameters

did_number
client_account_code

Request

curl -X POST \
-H "Authorization: Token d37fa8c4e008fec158070b1b4aea5f0db3d6a06e" \
-H "Content-Type: application/json" \
-d '{"did_number":"1234567890", client_account_code":"2144533795"}' \
-k https://your.domain.com/api/users/did_assign

 Response

{"status": "success"}





  • No labels