Remove user from all organization units
Resource URL
URL: user/removeFromAllOrganizationUnits
Parameters
string username | Username |
string password | Password |
string userId | Trainingportal internal ID of the user |
string userExternalId optional | External ID of the user. Either userId or userExternalId must be filled |
Return value
status | OK |
Example request
URL | https://www.trainingportal.no/mintra/rest/user/removeFromAllOrganizationUnits |
POST DATA | userExternalId=U101&username=username&password=secret |
{
"status":"OK"
}