Details
| ID | DemistoSendInvite |
|---|---|
| Language | javascript |
| From Version | 5.0.0 |
| Tags | DemistoAPI |
README
Sends an invitation to join Cortex XSOAR.
Script Data
| Name | Description |
|---|---|
| Script Type | javascript |
| Tags | DemistoAPI |
Dependencies
This script uses the following commands and scripts.
- core-api-post
- core-api-get
Inputs
| Argument Name | Description |
|---|---|
| The email of the user being invited. | |
| roles | The roles of the invited user. |
Outputs
There are no outputs for this script.
commonfields: id: DemistoSendInvite version: -1 name: DemistoSendInvite script: '' type: javascript tags: - DemistoAPI comment: Deprecated. No available replacement. enabled: true args: - name: email required: true default: true description: Email of user being invited. - name: roles required: true description: Roles of invited user. scripttarget: 0 dependson: must: - core-api-post - core-api-get fromversion: 5.0.0 tests: - no test deprecated: true