Skip to main content
Version: 2.2.2

deleteUserAcessGroup

This method allows deleting a relationship between the user and access group. To do so, it is necessary to follow the standard documented below.

Java class
Requestweb\wwwroot\ws\java\admin\DeleteUserDepartmentAcessGroupRequestType.java
Returnweb\wwwroot\ws\java\admin\DeleteUserAcessGroupResponseType.java

Request:

ID #RequiredDescription
IDXUser ID.
IDACCGROUPXAccess group ID #

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:admin">
<soapenv:Header/>
<soapenv:Body>
<urn:deleteUserAccessGroup>
<!--You may enter the following 2 items in any order-->
<urn:USERID>?</urn:USERID>
<urn:IDACCGROUP>?</urn:IDACCGROUP>
</urn:deleteUserAccessGroup>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
ReturnSUCCESS:  Primary key of the access user (CDGROUP)
FAILURE: -1
StatusSUCCESS: SUCCESS
FAILURE: FAILURE
DetailSUCCESS: Operation successfully performed.
FAILURE: message regarding the error that occurred.
CodeSUCCESS: 1.
FAILURE: Code regarding the error that occurred:
â–ª 2 - Inexistent access group.
â–ª 7 - Null user ID #.
â–ª 12 - Inexistent user.
â–ª 55 - Access group ID # not entered.
â–ª 72 - There is no association between the user and the access group.