| assign_interview_to_sup | R Documentation | 
Has the server-side side-effect of reassigning a single interview to a supervisor. For interactive use, prints a message about the outcome. For programmatic use, if verbose = TRUE, returns a logical value about whether interview successfully assigned, which may be useful for functionst that need to track success and failure of operations.
assign_interview_to_sup(
  interview_id,
  user_id = "",
  user_name = "",
  verbose = FALSE,
  server = Sys.getenv("SUSO_SERVER"),
  workspace = Sys.getenv("SUSO_WORKSPACE"),
  user = Sys.getenv("SUSO_USER"),
  password = Sys.getenv("SUSO_PASSWORD")
)
| interview_id | Character. Interview ID. GUID from server or  | 
| user_id | Character. ID of target user. GUID from server. | 
| user_name | Character. User name of target user. | 
| verbose | Logical. If  | 
| server | Character. Full server web address (e.g.,  | 
| workspace | Character. Name of the workspace whose interviews to get. In workspace list, value of  | 
| user | Character. API user name | 
| password | Character. API password | 
Wrapper for PATCH /api/v1/interviews/{id}/assignsupervisor endpoint
If verbose = FALSE, no return value. If verbose = TRUE, return logical outcome.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.