AddTeamsUsergroupsAdminRequest

case class AddTeamsUsergroupsAdminRequest(usergroup_id: String, team_ids: String, auto_provision: Option[Boolean])
Value parameters:
auto_provision

When true, this method automatically creates new workspace accounts for the IDP group members.

team_ids

A comma separated list of encoded team (workspace) IDs. Each workspace MUST belong to the organization associated with the token.

usergroup_id

An encoded usergroup (IDP Group) ID.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product