toggle menu
ozone
common
switch theme
search in API
ozone
/
com.atproto.admin
/
SearchAccountsQueryParams
Search
Accounts
Query
Params
@
Serializable
data
class
SearchAccountsQueryParams
(
val
email
:
String
?
=
null
,
val
cursor
:
String
?
=
null
,
val
limit
:
Long
?
=
50
)
Members
Constructors
Search
Accounts
Query
Params
Link copied to clipboard
constructor
(
email
:
String
?
=
null
,
cursor
:
String
?
=
null
,
limit
:
Long
?
=
50
)
Properties
cursor
Link copied to clipboard
val
cursor
:
String
?
=
null
email
Link copied to clipboard
val
email
:
String
?
=
null
limit
Link copied to clipboard
val
limit
:
Long
?
=
50
Functions
as
List
Link copied to clipboard
fun
asList
(
)
:
ReadOnlyList
<
Pair
<
String
,
Any
?
>
>