pub async fn get_staff(
    configuration: &Configuration,
    staff_uuid: &str,
    with_places: Option<bool>,
    with_companies: Option<bool>,
    with_catalog: Option<bool>,
    with_schedule: Option<bool>,
    with_roles: Option<bool>,
    x_access_token: Option<&str>,
    x_secret_token: Option<&str>,
    authorization: Option<&str>,
    ehelply_active_participant: Option<&str>,
    ehelply_project: Option<&str>,
    ehelply_data: Option<&str>
) -> Result<StaffResponse, Error<GetStaffError>>
Expand description

Gets the staff member information given the staff ID