Is there an existing feature request for this?
What is your feature request?
One of our Cronicle instances is used as a managing tool the whole IT-department needs access to. I'd like to sync the users from an existing database so I don't have to create them twice.
So I need two API endpoints, for example:
- get_user -> to retrieve if it already exists
- create_user -> to create if does not exist
Another option would be to combine them and use get / post methods to retrieve info or create it.
Code of Conduct
Is there an existing feature request for this?
What is your feature request?
One of our Cronicle instances is used as a managing tool the whole IT-department needs access to. I'd like to sync the users from an existing database so I don't have to create them twice.
So I need two API endpoints, for example:
Another option would be to combine them and use get / post methods to retrieve info or create it.
Code of Conduct