Accounts

https://docs.joinmastodon.org/methods/admin/accounts/

Method Description Status Comments
GET /api/v1/admin/accounts View accounts (v1) Deprecated. Won’t be implemented.
GET /api/v2/admin/accounts View accounts (v2) Fully supported
GET /api/v1/admin/accounts/:id View a specific account Fully supported
POST /api/v1/admin/accounts/:id/approve Approve a pending account Fully supported
POST /api/v1/admin/accounts/:id/reject Reject a pending account Fully supported
DELETE /api/v1/admin/accounts/:id Delete an account Fully supported
POST /api/v1/admin/accounts/:id/action Perform an action against an account Fully supported
POST /api/v1/admin/accounts/:id/enable Enable a currently disabled account Fully supported
POST /api/v1/admin/accounts/:id/unsilence Unsilence an account Fully supported
POST /api/v1/admin/accounts/:id/unsuspend Unsuspend an account Fully supported
POST /api/v1/admin/accounts/:id/unsensitive Unmark an account as sensitive Fully supported