static
osapi.jive.corev3.invites
Static class for getting and creating
Invites
. An Invite is an
invitation to a group.Methods
↑
Invite[] List of invites created by this request
create(invite,options)
POST /invites/places/{placeURI}
Retrieves
Invite[]
Description
Creates and sends invites to one or many persons for the specified place. The invitees can be defined by passing their email address, username or person URI. An example of the required JSON input is:
{ "body" : "Please come join my awesome group.", "invitees" : [ "fred@example.com", "https://example.jiveon.com/api/core/v3/people/1234" ] }
Takes:
- JSON object with
body
andinvitees
fields
Options:
Name | Type | Required | Description |
---|---|---|---|
placeURI | String | true | URI of the place where people are being invited to |
fields | String | false | Names of the fields to be returned |