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.
Enable or disable action type categories display
Action type categories for the account.
Additional account data
Data schema configuration
Data schema configuration
Response
Returns successful.
Response Properties
Available action type categories for the account
Whether action type categories are enabled for display
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
Time zone setting for the user in IANA timezone format (e.g. 'America/New_York', 'Europe/London', 'Asia/Tokyo', 'Etc/UTC')
Account data schema
User data schema for the account
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17{ "action_type_categories": [], "action_type_categories_enabled": false, "company_name": null, "custom_domain": null, "data": {}, "data_schema": [], "groups": [], "id": "019d270f-dd61-7141-95a0-d225b42cb931", "level": 0, "object": "account", "theme": null, "time_zone": "America/New_York", "user_data_schema": [], "user_name": null, "user_time_zone": "America/New_York" }
