issue_invites
This command issues invites to the specified user
Name | Type | Required | Example |
---|---|---|---|
user_id | Int | Y | 31 Who 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 | 1 Which type if invites to send |
qty | Int | N | 10 The number of invites to sent, Defaults to 1 |
Name | Type | Example |
---|---|---|
status | String | SUCCESS This will be set to SUCCESS if the issue succedes |