Description
This function will remove a user from a customer.
Style
Document
Input (Literal)
The input of this method is the argument removeUserFromCustomer of type removeUserFromCustomer having the structure defined by the following table.
Element |
Type |
Occurs |
Description |
---|---|---|---|
userUUID |
string |
0..1 |
|
customerUUID |
string |
0..1 |
|
Output (Literal)
The output of this method is the argument removeUserFromCustomerResponse of type removeUserFromCustomerResponse having the structure defined by the following table.
Element |
Type |
Occurs |
Description |
success |
boolean |
1..1 |
This function removes a user from a customer |
Remarks
On an exception, the user is not removed from the customer, and false is returned.