case class AssignUsersAdminRequest(team_id: String, user_id: String, is_restricted: Option[Boolean], is_ultra_restricted: Option[Boolean], channel_ids: Option[String])
- Value parameters:
- channel_ids
Comma separated values of channel IDs to add user in the new workspace.
- is_restricted
True if user should be added to the workspace as a guest.
- is_ultra_restricted
True if user should be added to the workspace as a single-channel guest.
- team_id
The ID (
T1234
) of the workspace.- user_id
The ID of the user to add to the workspace.
- Companion:
- object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any