# Input for User Status

> :::note
The user invitation and status values are interdependent. Please check the below **Status Table** before using them.
:::

:::note
The user invitation and status values are interdependent. Please check the below **Status Table** before using them.
:::

| Key | Value | Use Case |
| --- | --- | --- |
| **user_invite_status** | User status is not invited = **0**User status is pending = **1** | GET and POST request parameters |
| **user_is_active** | Inactive user = **0**Pending user to whom an invitation email is **not** sent = **1**Pending user to whom an invitation email is sent = **2**Active user to whom an invitation email is sent = **3** | GET and POST request parameters |

**UI Correspondent:** Completing the Add User Form
