Buildscratch Docs
  1. Internal Parties
Buildscratch Docs
  • Introduction
  • Managed Authentications
    • Introduction
    • Internal Parties
      • Register Account
        POST
      • Authenticate
        POST
    • External Parties
      • Register External
      • OAuth2 Token
      • OAuth2 Authenticate
  • Utilities
    • Introduction
    • Email
      • Introduction
      • Send Email
      • Create Templates
      • Update Templates
  • Services
    • Reservations
      • Availability
  • Artifical Inteligence
    • Introduction
  1. Internal Parties

Register Account

Developing
POST
/ma/register

Request

Body Params application/jsonRequired

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://prod.your-api-server.com/ma/register' \
--header 'Content-Type: application/json' \
--data-raw '{
    "accountName": "",
    "username": "",
    "password": "",
    "metadata": {}
}'
Response Response Example
{}
Modified at 2026-02-05 19:41:00
Previous
Introduction
Next
Authenticate
Built with