All Collections
Company and user settings
Iframe: assign default cost centers
Iframe: assign default cost centers
Maria Tirkkonen avatar
Written by Maria Tirkkonen
Updated over a week ago

When a new user signs-up through the self sign-up link, you can determine which cost centers should be saved as defaults for each new user in the company.

To do so, you should edit the self sign-up link to append the cost center IDs to it.

For example, here is the initial link, found on the Company Settings page, under the Authentication & Sign-up section:

https://app.bezala.com/invite?load_spa=false&locale=fi&company_uuid=YOURCOMPANYID


Prepend a default_cost_centers parameter to it, where XXX are the comma-separated IDs of the Cost Centers:

&default_cost_centers=XXX

The final link would look like this:

https://app.bezala.com/invite?load_spa=false&locale=fi&company_uuid=YOURCOMPANYID&default_cost_centers=SOMEID,OTHERID

You can find cost center IDs on the Cost Centers page in the ID column.

Did this answer your question?