get
abstract fun get(teamMembershipId: String, handler: CompletionHandler<TeamMembership>)
Content copied to clipboard
Fetches the team membership details based on the team membership id
Since
0.1
Parameters
team Membership Id
The identifier of the team membership.
handler
A closure to be executed once the request has finished.