| Version: | 0.2.0 |
|---|---|
| Source: | https://github.com/maykinmedia/open-organisatie |
| Keywords: | organisation |
A platform for municipalities to manage employees and teams. (Nederlandse versie)
Developed by Maykin B.V..
Open Organisatie is an application for managing employees and teams. Other applications can integrate with Open Organisatie via a REST API to retrieve employee data or manage teams. Employee and team data is retrieved and synchronized via the SCIM protocol (System for Cross-domain Identity Management), from Azure Entra ID or other applications.
In Open Organisatie, employees and teams are stored. An employee contains data such as name, email address, job title, and contact information. A team is a group of employees who together form a specific role or department within the organisation.
Previous versions are supported for 6 month after the next version is released.
There is one way to authenticate with the API:
- An API token can be created in Open Organisation admin -> Tokens.
This repository contains the source code for openorganisatie. To quickly get started, we recommend using the Docker image. You can also build the project from the source code. For this, please look at INSTALL.rst.
Download and run openorganisatie:
wget https://raw.githubusercontent.com/maykinmedia/openorganisatie/main/docker-compose.yml docker-compose up -d --no-build docker-compose exec web src/manage.py loaddata demodata docker-compose exec web src/manage.py createsuperuser
In the browser, navigate to
http://localhost:8000/to access the admin and the API.
Copyright © Maykin 2025
Licensed under the EUPL
