Creating a Parent / Child data entry via API

Hi all - a quick question that I can’t seem to find an answer for. If anyone can point me in the right direction I’d be very grateful. And sorry if my terminology is off :smiley:

I’m looking at some different data structures for an upcoming project.
For simplicity, this is a pared down version of the structure:

Data Type: Users
Containing fields: Name, Email Address, Jobs

The field Jobs, is a list of another data type, ‘Jobs’

My question is, can I create Jobs for a User by API?

From what I can see, that kind of data structure can only added to by the user directly in the app (by button click for example).

If someone can confirm or deny this I’d really appreciate it!

Thanks guys,
Rob

Build an endpoint in Bubble that makes this happen. Just make sure the endpoint can find the user via an id field … or even loading the external system with Bubble’s user unique id number.