ListUsersAdminRequest

case class ListUsersAdminRequest(team_id: String, cursor: Option[String], limit: Option[Int])
Value parameters:
cursor

Set cursor to next_cursor returned by the previous call to list items in the next page.

limit

Limit for how many users to be retrieved per page

team_id

The ID (T1234) of the workspace.

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