They might be under the “new” tab instead of the “active” tab?
I’m not exactly sure what your use case is for creating users for the API but I would consider looking into using Single Sign on.
However, these are the current steps you need to perform in order to create a user via the API without sending a confirmation email. You will have to make 3 requests:
- Create the user with the
active=true
param - Deactive the user
- Activate the user.