box_dir_invite: Invite collaboration

Description Usage Arguments Value

View source: R/boxr_collab.R

Description

Deprecated lifecycle

box_dir_invite() is deprecated in favor of box_collab_create().

Usage

1
2
3
4
5
6
7
box_dir_invite(
  dir_id,
  user_id,
  login = NULL,
  role = "viewer",
  can_view_path = FALSE
)

Arguments

dir_id

numeric or character, folder ID at Box.

user_id

character ID for Box user-account to invite.

login

character email address of account to invite, if specified will be used instead of user_id.

role

character role of the collaborator; default is "viewer".

can_view_path

logical indicates to allow the collaborator to navigate parent-folders at Box.

Value

Invisible list().


boxr documentation built on Jan. 19, 2021, 5:06 p.m.