Identity API and POST ?

1
0
-1

Hi,

I tried to add some user in my organisation with a UI Designer form.
For this purpose, I tried to use the Identity API.
But unfortunately, I don't understand how we can send an user information in POST.
I successfully found how we can get some user in a form (GET), but not how to send information (POST).

Any ideas ?

Thank you.

2 answers

1
+1
-1
This one is the BEST answer!

Hi,

You need to use a button widget. In the widget properties (right panel), change the action to POST. The widget properties will change and you should be able to enter the url to call when the button is clicked. To create an user, use ../API/identity/user

To send the user's information as POST data, bind the "Data sent on click" property to a variable containing the data you want to send.

Regards

1
0
-1

Thank you !
It works.

Notifications