Skip to content

Users and digital twins

Note

Digital Twins are owned by users (at least for now)

Setup a user

So the first thing you need is a user:

Dashboard Add user Dashboard Select user

In the Dashboard you can additionally to managing users also choose a working directory. A default directory will have been preselected, but you can refine that setting:

Dashboard Select user

odtp new user-entry \
--name Max \
--email maxm@gmail.com \
--github maxm

The output should looks like:

A user has been added: 65c3ab02b4afbca32db08738

Setup a digital twin project

Once you have a user, you can set up a digital twin

Dashboard Add user Dashboard Select user

In the CLI you need the user_id from the previous step:

odtp new digital-twin-entry \
--user-id 65c3ab02b4afbca32db08738 \
--name example 

You can also use the user email to identify the user, that the digital twin belongs to

odtp new digital-twin-entry \
--user-email max@mail.com \
--name example 

The output should looks like:

A digital twin has been added: 65a7c735732ae1d3fee2b946