Endpoint
PUT https://embedworkflow.com/api/v1/account
Request Body
Company name associated with the account
User name for the account
Theme setting for the account
Time zone setting for the account
Custom domain for the account
User permission groups. Only available to users with admin role.
Additional account data
Data schema configuration
Data schema configuration
Response
Returns successful.
Response Properties
Company name associated with the account
Custom domain for the account
Additional account data
Permission groups for the account
System-generated unique identifier
Account level or tier
Object type identifier
Theme setting for the account
Time zone setting for the account in IANA timezone format (e.g. 'America/New_York', 'Europe/London', 'Asia/Tokyo', 'Etc/UTC')
User name from context
Account data schema
User data schema for the account
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": "0198c2e9-ab74-70fa-b330-79c5d1f34466", "level": 0, "object": "account", "theme": null, "time_zone": "America/New_York", "user_data_schema": [], "user_name": null }