list
abstract fun list( spaceId: String?, personId: String?, personEmail: String?, max: Int?, handler: CompletionHandler<List<Membership>>)
Content copied to clipboard
Fetches the list of membership based on the provided params
Since
0.1
Parameters
space Id
The identifier of the space where the membership belongs.
person Id
The identifier of the person who has the memberships.
person Email
The email address of the person who has the memberships.
max
The maximum number of items in the response.
handler
A closure to be executed once the request has finished.