Status
The status endpoint allows you to search an array of emails that returns each email with the invite status and allocated groups. If the email does not belong to any group(s), then this result is omitted.
In the example below, "test@example.com" is allocated to a group whereas "test2@example.com" is not.
Parameters
Key | Type |
Array of strings (valid emails) |
Status Descriptions
State | Description |
Pending | User invite is pending but has not been sent. |
Notified | User invite has been sent. |
Active | User has activated their account on the app. |
Nudged | User was nudged (reminder email sent 1 - 2 days before invite expires). |
Expired | User invite has expired (28 days after being notified). |
Example
Success Response
The response will contain an array of results, including the email, status, and group. The email is the provided email address, the status is the invite status of the user, and groups is a list of groups this user is in.
Last updated