Items in Basket

Subtotal

Checkout View and edit basket

Customers Also Bought

Remove user from all organization units

Resource URL

URL: user/removeFromAllOrganizationUnits


Parameters

string username
required

Username

string password
required

Password

string userId
optional

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"
}