Share a survey with another account

share_survey(survey_id, user_id, surv_permissions)

Arguments

survey_id

the survey id

user_id

the user id of the account with whom you are sharing the survey

surv_permissions

array of numbers for permissions activation

Value

A status execution code

Examples

if (FALSE) share_survey("SV_012345678901234", "UR_012345678912345", 15) if (FALSE) share_survey("SV_012345678901234", "UR_012345678912345", c(15, 23))