Users
Instance-wide user administration. Mixpost Enterprise only — served under
/panel and restricted to admin users.
List users
Returns a paginated list of users, 20 per page, newest first by creation date.
Create a user
Creates a user. The email address is marked as verified immediately, so no verification email is sent.
Delete multiple users
Deletes several users at once, matching them by ID.
Get a user
Returns a single user with their admin status and workspace memberships.
Update a user
Updates a user's name and email. The password is changed only when a non-empty `password` is supplied; omit it to leave the password unchanged.
Delete a user
Deletes a user.