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

Documentation Index

Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt

Use this file to discover all available pages before exploring further.

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