Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature to manage bots by group #241

Open
hkjang opened this issue Mar 24, 2024 · 4 comments
Open

feature to manage bots by group #241

hkjang opened this issue Mar 24, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@hkjang
Copy link

hkjang commented Mar 24, 2024

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

@n4ze3m
Copy link
Owner

n4ze3m commented Mar 24, 2024

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 n4ze3m added the enhancement New feature or request label Mar 24, 2024
@n4ze3m
Copy link
Owner

n4ze3m commented Mar 24, 2024

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

const bots = await dialoqbase.bot.listAll()

@hkjang
Copy link
Author

hkjang commented Mar 24, 2024

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.

@n4ze3m
Copy link
Owner

n4ze3m commented Mar 24, 2024

Oh, thanks! I will look into it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants