Skip to main content
POST
/
management
/
users
TypeScript
const response: Promise<FireblocksResponse<void>> = fireblocks.consoleUser.createConsoleUser(consoleUserApiCreateConsoleUserRequest);
{
  "error": {
    "message": "<string>"
  }
}

Headers

Idempotency-Key
string

A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.

Body

application/json
firstName
string
required

users firstName

lastName
string
required

users lastName

role
string
required

users role

email
string
required

valid email address

Response

User creation approval request has been sent