Hi , I am trying to create Run users through API but not succesful.I followed instructions in documentation modules/RunUser/RunUser.ts:37 but I am getting the following error message
“status”: false,
“message”: “You don’t have permission to signup. Ask the owner to allow it.”
I use Account-Token for authorisation.
What am I doing wrong here?
Thanks in advance.
Thanks, I will try to explain. I need to create Run user through API
I send POST request to https://api.tago.io/run/mytagorunurl/signup
In the Header I use my account token for authentication.
When it reach the server I am getting 400 Bad Request error with the message “You don’t have permission to signup. Ask the owner to allow it.”
It seems I need to add some more authentication to it ,but not clear what I have to add
Thanks ,Great support ,Yes It works fine . Can you also help with the URL and Header to Delete and Edit users as well . Is there any documentation on API for user management?