Manage Users Programmatically

My users are currently added automatically from Airtable which works great and they’re even sent an onboarding email using a Noloco automation.

My question though is around if there’s any way programmatically to do the following which can all be done manually within Noloco.

  1. Disable a user (without deleting them)
  2. Send/Resend an invite
  3. Trigger a password reset
  4. See if the user has logged in / become active

Thank you

Hi @nick,

You can accomplish items #1 and #2 in your list with workflow actions. For the other two items you will have to handle them manually, unfortunately.

Deactivate a User Action
Send an Invitation Email Action

For the last item, could you share more details on how you envision achieving this programmatically? This will help us better understand what you’re trying to achieve.