Pre-Sales API Questions

KirkK

New member
I need to confirm if this is possible before I decide to purchase
If I lock Registration to Manual would I be able to do the following
  1. Receive an Email regarding the pending registration with Custom User fields included
  2. From the API Approve the Pending Registration
I have played around with the Demo and I am able to get the User Information only if I know the username as the GET users does not included pending users but if I POST user_state = valid, I get an OK response but its not updated.
 
I need to confirm if this is possible before I decide to purchase
If I lock Registration to Manual would I be able to do the following
  1. Receive an Email regarding the pending registration with Custom User fields included
  2. From the API Approve the Pending Registration
I have played around with the Demo and I am able to get the User Information only if I know the username as the GET users does not included pending users but if I POST user_state = valid, I get an OK response but its not updated.
Locking registration to manual should let you get email alerts with custom fields, but approving pending users via API might not work as smoothly just changing user_state often doesn’t update them properly. I’d confirm with support if there’s an official way to approve pending users through the API before buying.
 
Back
Top Bottom