How I can get the users of a group using API RESI in my web application?

1
0
-1
3 answers

1
0
-1

Good morning and salam to you all.
what I did exactly is I used this api REST "../API/identity/user?p=0&c=10&o=lastname%20ASC&f=job_title%3dResponsable" to get all the usernames with the job_title is Responsbale but what I get now with this api is all the usernames. what I didn't understand also with this api is a "studio" username that I didn't set at all.

regards
Yassine

1
0
-1

I think it will be easier to use a script connector to read the group and then just submit the list of users to the form.

Otherwise you could write a REST extension to do the same thing.

regards
Seán

PS: If this reply answers your question, please mark a resolved.

1
0
-1

salam !

Yo can can check the bonia documentation, an review the indentity:

Bonita doc

Notifications