Skip to main content

Accounts

The accounts service is thought to be owning the user, resource group and company information.

Fractal Accounts (v1)

Download OpenAPI specification:Download

Fractal Accounts description

Accounts

/Accounts

Authorizations:
Bearer
Request Body schema:
name
string or null
email
string or null
avatarUrl
string or null
phoneNumber
string or null
businessScopes
Array of strings or null unique

Responses

Request samples

Content type
{
  • "name": "string",
  • "email": "string",
  • "avatarUrl": "string",
  • "phoneNumber": "string",
  • "businessScopes": [
    ]
}

/Accounts/serviceAccount

Authorizations:
Bearer

Responses

/Accounts/serviceAccount/secret

Authorizations:
Bearer

Responses

/Accounts/{accountId}

Authorizations:
Bearer
path Parameters
accountId
required
string <uuid>

Responses

/Accounts/{email}

Authorizations:
Bearer
path Parameters
email
required
string

Responses

/Accounts/resourcegroups/{shortName}

Authorizations:
Bearer
path Parameters
shortName
required
string
Request Body schema:
displayName
string or null
description
string or null
icon
string or null

Responses

Request samples

Content type
{
  • "displayName": "string",
  • "description": "string",
  • "icon": "string"
}

/Accounts/resourcegroups/{shortName}

Authorizations:
Bearer
path Parameters
shortName
required
string

Responses

Health

/Health

Authorizations:
Bearer

Responses