dialoqbase icon indicating copy to clipboard operation
dialoqbase copied to clipboard

feature to manage bots by group

Open hkjang opened this issue 1 year ago • 4 comments
trafficstars

I am currently making good use of the user management feature among the admin functions.

It would be nice to add a feature for managing bots by group as well.

It would be great if you could also open a REST API that allows managing groups through Dialogbase JS.

thanks

hkjang avatar Mar 24 '24 02:03 hkjang

Hey, thank you for sponsoring <3! Could you please elaborate on what you mean by 'manage by group'? Do you mean listing out all bots on the admin panel?

n4ze3m avatar Mar 24 '24 03:03 n4ze3m

Hey, currently there is a way to list all bots created by the user on Dialoqbase SDK

const bots = await dialoqbase.bot.listAll()

n4ze3m avatar Mar 24 '24 05:03 n4ze3m

https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-group/#api-wiki-rest-api-group-member-get

I'm not sure if the above URL is a good example, but I think it would be good to refer to. There is a group and users belong to the group, and I wish bot management could be managed at the user level or at the group level. Another way is.. I think you could naturally develop group management by linking things like keycloak saml sso. thanks.

hkjang avatar Mar 24 '24 09:03 hkjang

Oh, thanks! I will look into it :)

n4ze3m avatar Mar 24 '24 10:03 n4ze3m