End Users
Create end user
Create an end user.
post/end-users
Request body
Example request
{
"name": "French Corp",
"address": {
"country": "FR",
"city": "Paris"
},
"comment": "French Subsidiary"
}Response
End user created
Example response
{
"name": "French Corp",
"address": {
"country": "FR",
"city": "Paris"
},
"comment": "French Subsidiary",
"sid": "callrsid",
"type": "third-party",
"created": "2024-04-24T17:42:28Z",
"updated": "2024-04-24T17:42:28Z",
"deletable": true
}