Skip to main content

Create Account

POST 

/admin/account

Create Account

Request

Body

required
    userobjectrequired
    name Name (string)required
    email Email (string)required
    scopeobjectrequired
    name Name (string)required

Responses

Successful Response
Schema
    userobject
    anyOf
    id

    object

    anyOf

    string

    scopesobject
    anyOf
  • Array [

  • organization_id

    object

    anyOf

    string

    organization_name

    object

    anyOf

    string

    workspace_id

    object

    anyOf

    string

    workspace_name

    object

    anyOf

    string

    project_id

    object

    anyOf

    string

    project_name

    object

    anyOf

    string

    is_demo

    object

    anyOf

    boolean

    user_role

    object

    anyOf

    string

    credentials

    object

    anyOf

    string

  • ]

Loading...