Is it possible to create an app that allows to add a new user to Tulip and then manipulate the custom fields?
Hi, welcome!
Is this article in our Knowledge Base useful?
It looks like its possible to update user fields from an app, but new users must initially be added within the account/workspace settings or via API.*
It looks like you can create a new user from an app using the Table API. Check the API Docs.
The format is:
{
"role": "operator",
"name": "string",
"badge_id": "string"
}```
Thank you! This definitely helps!
1 Like