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

removeUserFromRole

Previous  Top  Next

This method allows disassociating a user from a functional role. For this addition, it is necessary to follow the standard documented below:

 

Java class

Request

web\wwwroot\ws\java\generic\RemoveUserFromRoleRequestType.java

Return

web\wwwroot\ws\java\generic\RemoveUserFromRoleResponseType.java

 

Request

ID #

Required

Description

IdRole

X

Functional role ID #

IdUser

X

User ID

 

Return

ID #

Description

Status

SUCCESS: SUCCESS

FAILURE: FAILURE

Code

SUCCESS: 1

FAILURE: code regarding the error that occurred.

Detail

SUCCESS: Record successfully disassociated.

FAILURE: Message regarding the error that occurred.

 

ID #

Description

7

Null user ID #

12

Inexistent user

48

Inexistent functional role

49

Functional role not entered