reassign_assignment: Reassign assignment to another user

View source: R/assignments.R

reassign_assignmentR Documentation

Reassign assignment to another user

Description

Wrapper for ⁠PATCH ​/api​/v1​/assignments​/{id}​/assign⁠

Usage

reassign_assignment(
  id,
  responsible,
  server = Sys.getenv("SUSO_SERVER"),
  workspace = Sys.getenv("SUSO_WORKSPACE"),
  user = Sys.getenv("SUSO_USER"),
  password = Sys.getenv("SUSO_PASSWORD")
)

Arguments

id

Numeric. Assignment ID number

responsible

Character. Either user name or GUID.

server

Character. Full server web address (e.g., https://demo.mysurvey.solutions, https://my.domain)

workspace

Character. Name of the workspace whose assignments to get. In workspace list, value of NAME, not ⁠DISPLAY NAME⁠, for the target workspace.

user

Character. API user name

password

Character. API password

Value

Server-side side-effect of reassigning an assignment to another user


arthur-shaw/susoapi documentation built on Oct. 15, 2024, 3:44 a.m.