Navigation:  Integration via SOAP web services > Published web services > Administration >

deleteUserAcessGroup

Previous  Top  Next

This method makes it possible to delete a relationship between the user and access group. For this deletion, it is necessary to follow the standard documented below.

 

Java class

Request

web\wwwroot\ws\java\admin\DeleteUserDepartmentAcessGroupRequestType.java

Return

web\wwwroot\ws\java\admin\DeleteUserAcessGroupResponseType.java

 

Request

ID #

Required

Description

ID

X

User's reg. code #.

IDACCGROUP

X

Access group ID #

 

Return

ID #

Description

Return

SUCCESS:  Primary key of the access user (CDGROUP)

FAILURE: -1

Status

SUCCESS: SUCCESS

FAILURE: FAILURE

Detail

SUCCESS: Operation successfully performed.

FAILURE: Message regarding the error that occurred.

Code

SUCCESS: 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.