pub async fn get_team_memberships_for_user(
    configuration: &Configuration,
    user_gid: &str,
    workspace: &str,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>,
    limit: Option<i32>,
    offset: Option<&str>
) -> Result<InlineResponse20026, Error<GetTeamMembershipsForUserError>>
Expand description

Returns the compact team membership records for the user.