public function MoxtraServiceInterface::removeUserFromWorkspace in Opigno Moxtra 8
Same name and namespace in other branches
- 3.x src/MoxtraServiceInterface.php \Drupal\opigno_moxtra\MoxtraServiceInterface::removeUserFromWorkspace()
Removes users from the workspace.
Parameters
int $owner_id: User ID.
string $binder_id: Binder ID.
int $user_id: ID of the user to remove from the workspace.
Return value
array Response data.
1 method overrides MoxtraServiceInterface::removeUserFromWorkspace()
- MoxtraService::removeUserFromWorkspace in src/
MoxtraService.php - Removes users from the workspace.
File
- src/
MoxtraServiceInterface.php, line 94
Class
- MoxtraServiceInterface
- Implements Moxtra REST API.
Namespace
Drupal\opigno_moxtraCode
public function removeUserFromWorkspace($owner_id, $binder_id, $user_id);