> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Invite Users

Send portal invitations to the specified users, groups, and roles.

**Required Permissions**:

* `User Management`

**Note**: System administrators have this right by default.

<Note>
  External Documentation

  To learn more, visit the [CyberArk - Idira Identity documentation](https://api-docs.cyberark.com/identity-docs-api/docs/user-mgmt-api#/Send%20User%20Invites/invite-users).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter    | Description                                                                                                                                                                                                                                                                                                                                                                                      |
  | ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | Email Invite | Select to send email invitations to the invited entities.                                                                                                                                                                                                                                                                                                                                        |
  | Entities     | The users, groups, and roles to invite, as a list of objects. Each object takes a `Type` of `User`, `Group`, or `Role`, the entity `Guid`, and a `Name` that applies to `User` entities only.<br /><br />**For Example:**<br /><pre><code>\[<br />  \{<br />  "Type": "User",<br />  "Guid": "2bbe197f-ed05-496d-8e7a-1b918adebe38",<br />  "Name": "mark\@aak7163"<br />  }<br />]</code></pre> |
  | Group Invite | Select to send invited groups a single email invitation to the group, instead of one to each user in the group.                                                                                                                                                                                                                                                                                  |
  | Role Name    | The name of the role to add each invited user to.                                                                                                                                                                                                                                                                                                                                                |
  | SMS Invite   | Select to send SMS invitations to the invited entities.                                                                                                                                                                                                                                                                                                                                          |
</div>

## Workflow Library Example

[Invite Users with Cyberark   Idira Identity and Send Results Via Email](https://library.blinkops.com/workflows/invite-users-with-cyberark---idira-identity-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/invite-users-with-cyberark---idira-identity-and-send-results-via-email/canvas" />
</div>
