You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edbergarn edited this page Sep 17, 2019
·
3 revisions
URL POST /api/remove
Remove user from project.
Request
{"token": "CB23C3395153D2414CE7FF22F925776DBF72BF309",/* Login token */"username": "Emil",/* Username of the person to be removed */"project": "time rest"/* Name of the project where you want to remove a user */}
Response success
{"success": true,/* If the action was succesfull */"user_removed": true/* If the username was valid and user was removed */}