# Invite **POST /v1/staff/{id}/invite** Invite Staff ## Servers - Development Server: https://api-dev.classmanager.io (Development Server) - Localhost: https://localhost (Localhost) - Local (Valet): https://classmanager.test (Local (Valet)) - Staging Server: https://api-stage.classmanager.io (Staging Server) - Production Server: https://api.classmanager.io (Production Server) ## Parameters ### Path parameters - **id** (string) Staff id ### Body: application/json (object) Request to update a Staff member - **email** (string) Staff email - **permissionSet** (string) ## Responses ### 403 Not authorized #### Body: application/json (object) - **statusCode** (number) Status Code - **messages** (array[string]) List of error messages - **exception** (object) Exception ### 404 Not found #### Body: application/json (object) - **statusCode** (number) Status Code - **messages** (array[string]) List of error messages - **exception** (object) Exception ### 200 successful operation #### Body: application/json (object) - **id** (string) id - **type** (string) - **companyId** (string) Company ID - **entityId** (string) Entity ID - **email** (string) Recipient email address - **firstname** (string | null) Recipient first name - **lastname** (string | null) Recipient last name - **expiresAt** (string(date-time) | null) Expires at [Powered by Bump.sh](https://bump.sh)