mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[GH-ISSUE #778] Allow team management API/UI #547
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#547
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Rahe on GitHub (Jan 23, 2023).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/778
Hello,
Is it possible to allow team management form API or UI ?
I have a lot of projects, and deleting/adding people to every project is really long.
An API endpoint or a way to have teams that can be managed on my account level could be really helpfull.
I could add a people to a team, and this team to all my projects.
When I need to remove/add someone, just touch this team.
But an API endpoint to manage the users can be sufficent.
Nicolas,
@cuu508 commented on GitHub (Jan 30, 2023):
Hi @Rahe,
There are currently no API methods for inviting users to projects, and there are no account-level teams.
To understand your use case better, can you pelase tell me,
Thanks!
@Rahe commented on GitHub (Feb 21, 2023):
Hello,
@cuu508 commented on GitHub (Feb 22, 2023):
Are you running a self-hosted instance? If so, would perhaps a management command work?
If all users need access to all projects, you could have a management command that makes sure all users are members of all projects. You would run it every time you add a project or add an user:
(or something like that :-)
@Rahe commented on GitHub (Feb 22, 2023):
Hello,
I'm not on self-hosted instance, only on the SAAS platform :)
Nicolas,
@beardedsamwise commented on GitHub (May 29, 2024):
+1 to this request. We're working on building out a self hosted solution and would love to manage users and teams using an API and/or Terraform.
@mfogel commented on GitHub (Sep 13, 2024):
+1 to this as well. We are a paying customer on healthchecks.io, we find it pretty teidious to manage our users on a per-project basis. I can envision a user management interface at the account level that allows me to:
100% honest - if that view already existed we would have moved up to the "Business Plus" plan already - https://healthchecks.io/pricing/ but as it is, we don't want to have to manage more than 10 users manually, so we've kept ourselves at Business.
Also +1 to the ideas of API and/or terraform management mentioned here, though from my perspective fine if those were secondary to a click-click-click interface.