Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update and rename Invite-Employees.md to Invite.Members.md #28276

Merged
merged 8 commits into from
Oct 11, 2023

This file was deleted.

62 changes: 62 additions & 0 deletions docs/articles/expensify-classic/getting-started/Invite.Members.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you please re-name this file to Invite-Members.md?

replace the dot . with a dash -

title: Invite Members
description: Invite Members
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have a suggestion, but could we improve this description? It'll be shown in google search results.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

going to cc my pal @CherylWalsh who was my marketing reviewer! Do we need to change this?

Copy link
Member

@rushatgabhane rushatgabhane Sep 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So I think we want to make sure we're applying good descriptions to all help site pages. It's both beneficial for SEO purposes and provides a user with additional details when looking at the page listed in search results.

yes, we need to change this - context here https://expensify.slack.com/archives/C02QSAC6BJ8/p1695970001229149?thread_ts=1695962329.762109&cid=C02QSAC6BJ8

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But I am not good at marketing 😂

---
# Overview

To invite your employees in Expensify, simply add them as members to your policy.

# How to Invite Employees to Expensify

## Inviting Members Manually

Navigate to **Settings > Policies > Group > *Policy Name* > People** - then click Invite and enter the invitee's email address.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like we don't want "Policy Name" to be bolded. Here's how it looks in the Google Doc:
Screenshot 2023-09-27 at 8 12 52 AM

And here's how the markdown looks right now:

Navigate to Settings > Policies > Group > Policy Name > People - then click Invite and enter the invitee's email address.

This should fix it!

Suggested change
Navigate to **Settings > Policies > Group > *Policy Name* > People** - then click Invite and enter the invitee's email address.
Navigate to **Settings > Policies > Group >** *Policy Name* **> People** - then click Invite and enter the invitee's email address.


Indicate whether you want them to be an Employee, Admin, or Auditor on the policy

If you are utilizing the Advanced Approval feature, you can specify who employees should submit their expense reports to and who an approver should send approved reports to for the next step in the approval process. If someone is the final approver, you can leave this field blank.

## Inviting Members to a Policy in Bulk

Navigate to **Settings > Policies > Group > *Policy Name* > People** - then click Invite and enter all of the email addresses separated by comma. Indicate whether you want them to be an Employee, Admin, or Auditor on the policy.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as earlier

Suggested change
Navigate to **Settings > Policies > Group > *Policy Name* > People** - then click Invite and enter all of the email addresses separated by comma. Indicate whether you want them to be an Employee, Admin, or Auditor on the policy.
Navigate to **Settings > Policies > Group >** *Policy Name* **> People** - then click Invite and enter all of the email addresses separated by comma. Indicate whether you want them to be an Employee, Admin, or Auditor on the policy.


If you are utilizing the Advanced Approval feature, you can specify who employees should submit their expense reports to and who an approver should send approved reports to for the next step in the approval process. If someone is the final approver, you can leave this field blank.

Another convenient method is to employ the spreadsheet bulk upload option for inviting users to a policy. This proves particularly helpful when initially configuring your system or when dealing with numerous user updates. Simply click the "Import from Spreadsheet" button and upload a file in formats such as .csv, .txt, .xls, or .xlsx to streamline the process.

After uploading the spreadsheet, we'll display a window where you can choose which columns to import and what they correspond to. These are the fields:
- Email
- Role
- Custom Field 1
- Custom Field 2
- Submits To
- Approves To
- Approval Limit
- Over Limit Forward To

Click the Import button and you're done. We will import the new users with the optional settings and update any already existing ones.

## Inviting Members with a Shareable Policy Joining Link

You have the ability to invite your colleagues to join your Expensify policy by sharing a unique Policy Joining Link. You can use this link as many times as necessary to invite multiple users through various communication methods such as internal emails, chats, text messages, and more.

To find your unique link, simply go to **Settings > Policies > Group > *Policy Name* > People**. It's easily accessible from there.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
To find your unique link, simply go to **Settings > Policies > Group > *Policy Name* > People**. It's easily accessible from there.
To find your unique link, simply go to **Settings > Policies > Group >** *Policy Name* **> People**. It's easily accessible from there.


## Allowing Members to Automatically Join Your Policy

You can streamline the process of inviting colleagues to your policy by enabling the Pre-approve switch located below your Policy Joining Link. This allows teammates to automatically become part of your policy as soon as they create an Expensify account using their work email address.

Here's how it works: If a colleague signs up with a work email address that matches the email domain of a company policy owner (e.g., if the policy owner's email is admin@expensify.com and the colleague signs up with employee@expensify.com), they will be able to join your policy seamlessly without requiring a manual invitation. When new users join the policy, they will be set up to submit their expense reports to the policy owner by default.

To enable this feature, go to **Settings > Policies > Group > *Policy Name* > People**.


# FAQ
## Who can invite users to Expensify
Any Policy Admin can add users to a Group policy using any of the above methods.

## How can I customize an invite message?
Under **Settings > Policies > Group > *Policy Name* > People > Invite** you can enter a custom message you'd like users to receive in their invitation email.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Under **Settings > Policies > Group > *Policy Name* > People > Invite** you can enter a custom message you'd like users to receive in their invitation email.
Under **Settings > Policies > Group >** *Policy Name* **> People > Invite** you can enter a custom message you'd like users to receive in their invitation email.


## How can I invite employees via the API?
If you would like to integrate an open API HR software, you can use our [Advanced Employee Updater API](https://integrations.expensify.com/Integration-Server/doc/employeeUpdater/) to invite employees to your policies.
Loading