post https://cubi-sandbox-api.customersbank.com/partners/v1/Users
This endpoint allows an administrator to create a new user. Access to this endpoint is restricted solely to administrators.
Responses
This endpoint allows an administrator to create a new user. Access to this endpoint is restricted solely to administrators.
xxxxxxxxxx
curl --request POST \
--url https://cubi-sandbox-api.customersbank.com/partners/v1/Users \
--header 'accept: application/json' \
--header 'content-type: application/*+json'
xxxxxxxxxx
{
"id": "string"
}