Update account

Update account

Endpoint

PUT https://embedworkflow.com/api/v1/account

Request Body

company_name string, optional

Company name associated with the account

user_name string, optional

User name for the account

theme string, optional

Theme setting for the account

time_zone string, optional

Time zone setting for the account

custom_domain string, optional

Custom domain for the account

groups array, optional

User permission groups. Only available to users with admin role.

data object, optional

Additional account data

user_data_schema array, optional

Data schema configuration

data_schema array, optional

Data schema configuration

Response

Returns successful.

Response Properties

company_name string

Company name associated with the account

custom_domain string

Custom domain for the account

data object

Additional account data

groups array

Permission groups for the account

id string

System-generated unique identifier

Response
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "company_name": null,
  "custom_domain": null,
  "data": {},
  "data_schema": [],
  "groups": [],
  "id": "01980228-95a7-7e92-b3c5-7bd7d5bedb26",
  "level": 0,
  "object": "account",
  "theme": null,
  "time_zone": "Eastern Time (US & Canada)",
  "user_data_schema": [],
  "user_name": null
}