I installed WEKAN with coudron.I'm trying to create a user for the API, this is the method indicated in the documentation. Do I have to create a user created from Wekan because the one I'm using is the one from Cloudron?
L
LauVia753
@LauVia753
Posts
-
Use Wekan API -
Use Wekan APII am trying to create an api acess,
POST https://wekan.tonserveur.com/users/login
Content-Type application/json
Body :
{
"username": "admi_user",
"password": "password"
}
On WEKAN, I try to create cards with tasks like in trello to distribute work to users.
-
Use Wekan APIHello, I'm new here. I want to use the Wekan API, and when I try to create my user by making a Post request, it says: "405
Method Not Allowed."
Have you encountered this problem?