このサイトは現在整備中のため、内容等が正しくない場合があります!
{
"limit": 10,
"offset": 0,
"sort": "+createdAt",
"username": null,
"email": null,
"code": null
}curl --location 'https://misskey.io/api/admin/accounts/pending/list' \
--header 'Content-Type: application/json' \
--data '{
"limit": 10,
"offset": 0,
"sort": "+createdAt",
"username": null,
"email": null,
"code": null
}'[
{
"id": "xxxxxxxxxx",
"createdAt": "2019-08-24T14:15:22.123Z",
"code": "string",
"username": "ai",
"email": "string"
}
]