create
abstract fun create( spaceId: String, personId: String?, personEmail: String?, isModerator: Boolean = false, handler: CompletionHandler<Membership>)
Content copied to clipboard
Adds a person to a space by person id; optionally making the person a moderator.
Since
0.1
Parameters
space Id
The identifier of the space where the person is to be added.
person Id
The identifier of the person to be added.
person Email
The email address of the person to be added.
is Moderator
If true, make the person a moderator of the space. The default is false.
handler
an instance of CompletionHandler