Create System User Endpoint
URL Expired
The URL for this request expired after 30 days.
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
Confirmer
- Name: string (required)
- Role: string (enum) (required)
- Allowed:
Admin,MarketOps,Viewer
- Allowed:
Response Codes
200 OK400 Bad Request401 Unauthorized403 Forbidden500 Internal Error502 Bad Gateway504 Gateway Timeoutdefault Error
Example Request
Base URLhttps://api.your-wallet.blockdaemon-wallet.com/api/systems/create
curl --request POST \
--url https://api.your-wallet.blockdaemon-wallet.com/api/systems/create \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"Role":"Admin"}'
Click Try It! to start a request and see the response here!