public interface UserManagementClient
| Modifier and Type | Method and Description |
|---|---|
void |
updateExternalAccess(long userId,
boolean allowExternalAccess)
Grant/disable external access to a user.
|
void updateExternalAccess(long userId,
boolean allowExternalAccess)
throws UserManagementClientException
userId - the Symphony user idallowExternalAccess - true to turn external access on for the given user, false to turn it offUserManagementClientException - if user external access fails to update