You are here

public function MoxtraServiceInterface::addUsersToWorkspace in Opigno Moxtra 8

Same name and namespace in other branches
  1. 3.x src/MoxtraServiceInterface.php \Drupal\opigno_moxtra\MoxtraServiceInterface::addUsersToWorkspace()

Adds users to the workspace.

Parameters

int $owner_id: User ID.

string $binder_id: Binder ID.

int[] $users_ids: Array of the users IDs to add to the workspace.

Return value

array Response data.

1 method overrides MoxtraServiceInterface::addUsersToWorkspace()
MoxtraService::addUsersToWorkspace in src/MoxtraService.php
Adds users to the workspace.

File

src/MoxtraServiceInterface.php, line 79

Class

MoxtraServiceInterface
Implements Moxtra REST API.

Namespace

Drupal\opigno_moxtra

Code

public function addUsersToWorkspace($owner_id, $binder_id, $users_ids);