issue_invitesThis command issues invites to the specified user
| Name | Type | Required | Example |
|---|---|---|---|
user_id | Int | Y | 31Who to send the invites to. Takes precidence over external_id |
external_user_id | String | Y | 'sb9'Use external_id field to lookup user, If this is set userID does not need to be set |
type_name | String | Y | 1Which type if invites to send |
qty | Int | N | 10The number of invites to sent, Defaults to 1 |
| Name | Type | Example |
|---|---|---|
status | String | SUCCESSThis will be set to SUCCESS if the issue succedes |