get

abstract fun get(teamMembershipId: String, handler: CompletionHandler<TeamMembership>)

Fetches the team membership details based on the team membership id

Since

0.1

Parameters

teamMembershipId

The identifier of the team membership. (Derived parameter: Use TeamMembershipClient.list to get the list of team memberships. Then use TeamMembership.id to retrieve the teamMembershipId)

handler

A closure to be executed once the request has finished.